#CD88DE

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

Shades of Wisteria #CD88DE

Tints of Wisteria #CD88DE

Color information

#CD88DE (or 0xCD88DE) is unknown color: approx Wisteria. HEX triplet: CD, 88 and DE. RGB value is (205,136,222). Sum of RGB (Red+Green+Blue) = 205+136+222=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: blue. Hex color #CD88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88DE is #327721. Grayscale: #A6A6A6. Windows color (decimal): -3307298 or 14584013. OLE color: 14584013.

HSL color Cylindrical-coordinate representation of color #CD88DE: hue angle of 288.14º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD88DE is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205136222-
CMYK0.080.3900.13
HSL288.14º56.58%70.2%-
HSV(B)288.14º38.74%87.06%-
XYZ47.1735.8673.54-
YUV166.43159.36155.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.41%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=36.41%
G=24.16%
B=39.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051362220.080.3900.13288.1456.5870.2
HexCD88DE8270D1203946
Octal315210336104701544071106
Binary1100110110001000110111101000100111011011001000001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88DE; }

 p { color: rgb(205,136,222); }

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

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

 a { background-color: rgb(205,136,222); }

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

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

 span { border-color: rgb(205,136,222); }

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