#CD9CEC

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

Shades of Wisteria #CD9CEC

Tints of Wisteria #CD9CEC

Color information

#CD9CEC (or 0xCD9CEC) is unknown color: approx Wisteria. HEX triplet: CD, 9C and EC. RGB value is (205,156,236). Sum of RGB (Red+Green+Blue) = 205+156+236=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #CD9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9CEC is #326313. Grayscale: #B3B3B3. Windows color (decimal): -3302164 or 15506637. OLE color: 15506637.

HSL color Cylindrical-coordinate representation of color #CD9CEC: hue angle of 276.75º degrees, saturation: 0.68, 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 #CD9CEC is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB205156236-
CMYK0.130.3400.07
HSL276.75º67.8%76.86%-
HSV(B)276.75º33.9%92.55%-
XYZ52.2142.8184.87-
YUV179.77159.73146-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.34%
GREEN value IS 156 (61.33% from 255) = 26.13%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=34.34%
G=26.13%
B=39.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2051562360.130.3400.07276.7567.876.86
HexCD9CECD2207115444d
Octal315234354154207425104115
Binary1100110110011100111011001101100010011110001010110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CEC; }

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

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

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

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

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

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

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

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