#CD88DC

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

Shades of Wisteria #CD88DC

Tints of Wisteria #CD88DC

Color information

#CD88DC (or 0xCD88DC) is unknown color: approx Wisteria. HEX triplet: CD, 88 and DC. RGB value is (205,136,220). Sum of RGB (Red+Green+Blue) = 205+136+220=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #CD88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88DC is #327723. Grayscale: #A5A5A5. Windows color (decimal): -3307300 or 14452941. OLE color: 14452941.

HSL color Cylindrical-coordinate representation of color #CD88DC: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD88DC is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB205136220-
CMYK0.070.3800.14
HSL289.29º54.55%69.8%-
HSV(B)289.29º38.18%86.27%-
XYZ46.935.7572.14-
YUV166.21158.36155.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 220 (86.33% from 255) = 39.22%
R=36.54%
G=24.24%
B=39.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2051362200.070.3800.14289.2954.5569.8
HexCD88DC7260E1213746
Octal31521033474601644167106
Binary110011011000100011011100111100110011101001000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88DC; }

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

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

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

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

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

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

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

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