#CD9CEA

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

Shades of Wisteria #CD9CEA

Tints of Wisteria #CD9CEA

Color information

#CD9CEA (or 0xCD9CEA) is unknown color: approx Wisteria. HEX triplet: CD, 9C and EA. RGB value is (205,156,234). Sum of RGB (Red+Green+Blue) = 205+156+234=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #CD9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CEA is #326315. Grayscale: #B3B3B3. Windows color (decimal): -3302166 or 15375565. OLE color: 15375565.

HSL color Cylindrical-coordinate representation of color #CD9CEA: hue angle of 277.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD9CEA is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB205156234-
CMYK0.120.3300.08
HSL277.69º65%76.47%-
HSV(B)277.69º33.33%91.76%-
XYZ51.9242.783.35-
YUV179.54158.73146.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.45%
GREEN value IS 156 (61.33% from 255) = 26.22%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=34.45%
G=26.22%
B=39.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2051562340.120.3300.08277.696576.47
HexCD9CEAC2108116414c
Octal3152343521441010426101114
Binary11001101100111001110101011001000010100010001011010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CEA; }

 p { color: rgb(205,156,234); }

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

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

 a { background-color: rgb(205,156,234); }

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

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

 span { border-color: rgb(205,156,234); }

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