#CF9ADC

Color #CF9ADC Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #CF9ADC

Tints of Wisteria #CF9ADC

Color information

#CF9ADC (or 0xCF9ADC) is unknown color: approx Wisteria. HEX triplet: CF, 9A and DC. RGB value is (207,154,220). Sum of RGB (Red+Green+Blue) = 207+154+220=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF9ADC is #306523. Grayscale: #B1B1B1. Windows color (decimal): -3171620 or 14457551. OLE color: 14457551.

HSL color Cylindrical-coordinate representation of color #CF9ADC: hue angle of 288.18º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9ADC is Cyan = 0.06, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207154220-
CMYK0.060.300.14
HSL288.18º48.53%73.33%-
HSV(B)288.18º30%86.27%-
XYZ50.2141.5473.08-
YUV177.37152.06149.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 154 (60.55% from 255) = 26.51%
BLUE value IS 220 (86.33% from 255) = 37.87%
R=35.63%
G=26.51%
B=37.87%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071542200.060.300.14288.1848.5373.33
HexCF9ADC61E0E1203149
Octal31723233463601644061111
Binary11001111100110101101110011011110011101001000001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9ADC; }

 p { color: rgb(207,154,220); }

 H1.HeaderClassName
 {
   color: #CF9ADC;
 }
 .AnyTagClassName
 {
   color: #CF9ADC;
 }
</style>
background-color css

<style>
 a { background-color: #CF9ADC; }

 a { background-color: rgb(207,154,220); }

 div.DivClassName
 {
   background-color: #CF9ADC;
 }
 .BgClassName
 {
   background-color: #CF9ADC;
 }
</style>
border-color css

<style>
 span { border-color: #CF9ADC; }

 span { border-color: rgb(207,154,220); }

 td.TdClassName
 {
   border-color: #CF9ADC;
 }
 .TagClassName
 {
   border-color: #CF9ADC;
 }
</style>