#CD88DD

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

Shades of Wisteria #CD88DD

Tints of Wisteria #CD88DD

Color information

#CD88DD (or 0xCD88DD) is unknown color: approx Wisteria. HEX triplet: CD, 88 and DD. RGB value is (205,136,221). Sum of RGB (Red+Green+Blue) = 205+136+221=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #CD88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD88DD is #327722. Grayscale: #A6A6A6. Windows color (decimal): -3307299 or 14518477. OLE color: 14518477.

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

Color convert

RGB205136221-
CMYK0.070.3800.13
HSL288.71º55.56%70%-
HSV(B)288.71º38.46%86.67%-
XYZ47.0335.8172.84-
YUV166.32158.86155.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=36.48%
G=24.20%
B=39.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2051362210.070.3800.13288.7155.5670
HexCD88DD7260D1213846
Octal31521033574601544170106
Binary110011011000100011011101111100110011011001000011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD88DD; }

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

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

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

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

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

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

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

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