#CD9CED

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

Shades of Wisteria #CD9CED

Tints of Wisteria #CD9CED

Color information

#CD9CED (or 0xCD9CED) is unknown color: approx Wisteria. HEX triplet: CD, 9C and ED. RGB value is (205,156,237). Sum of RGB (Red+Green+Blue) = 205+156+237=598 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.28% from 598); Green value is 156 (61.33% from 255 or 26.09% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #CD9CED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CED is #326312. Grayscale: #B3B3B3. Windows color (decimal): -3302163 or 15572173. OLE color: 15572173.

HSL color Cylindrical-coordinate representation of color #CD9CED: hue angle of 276.3º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD9CED is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205156237-
CMYK0.140.3400.07
HSL276.3º69.23%77.06%-
HSV(B)276.3º34.18%92.94%-
XYZ52.3542.8785.64-
YUV179.88160.23145.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.28%
GREEN value IS 156 (61.33% from 255) = 26.09%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=34.28%
G=26.09%
B=39.63%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051562370.140.3400.07276.369.2377.06
HexCD9CEDE2207114454d
Octal315234355164207424105115
Binary1100110110011100111011011110100010011110001010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CED; }

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

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

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

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

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

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

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

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