#CD9CE0

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

Shades of Wisteria #CD9CE0

Tints of Wisteria #CD9CE0

Color information

#CD9CE0 (or 0xCD9CE0) is unknown color: approx Wisteria. HEX triplet: CD, 9C and E0. RGB value is (205,156,224). Sum of RGB (Red+Green+Blue) = 205+156+224=585 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.04% from 585); Green value is 156 (61.33% from 255 or 26.67% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #CD9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9CE0 is #32631F. Grayscale: #B2B2B2. Windows color (decimal): -3302176 or 14720205. OLE color: 14720205.

HSL color Cylindrical-coordinate representation of color #CD9CE0: hue angle of 283.24º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD9CE0 is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB205156224-
CMYK0.080.3000.12
HSL283.24º52.31%74.51%-
HSV(B)283.24º30.36%87.84%-
XYZ50.5242.1475.99-
YUV178.4153.73146.97-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.04%
GREEN value IS 156 (61.33% from 255) = 26.67%
BLUE value IS 224 (87.89% from 255) = 38.29%
R=35.04%
G=26.67%
B=38.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2051562240.080.3000.12283.2452.3174.51
HexCD9CE081E0C11b344b
Octal315234340103601443364113
Binary110011011001110011100000100011110011001000110111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9CE0; }

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

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

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

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

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

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

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

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