#CF88DB

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

Shades of Wisteria #CF88DB

Tints of Wisteria #CF88DB

Color information

#CF88DB (or 0xCF88DB) is unknown color: approx Wisteria. HEX triplet: CF, 88 and DB. RGB value is (207,136,219). Sum of RGB (Red+Green+Blue) = 207+136+219=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DB is #307724. Grayscale: #A6A6A6. Windows color (decimal): -3176229 or 14387407. OLE color: 14387407.

HSL color Cylindrical-coordinate representation of color #CF88DB: hue angle of 291.33º degrees, saturation: 0.54, 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 #CF88DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207136219-
CMYK0.050.3800.14
HSL291.33º53.55%69.61%-
HSV(B)291.33º37.9%85.88%-
XYZ47.3235.9971.47-
YUV166.69157.52156.75-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.83%
GREEN value IS 136 (53.52% from 255) = 24.20%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=36.83%
G=24.20%
B=38.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071362190.050.3800.14291.3353.5569.61
HexCF88DB5260E1233646
Octal31721033354601644366106
Binary110011111000100011011011101100110011101001000111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88DB; }

 p { color: rgb(207,136,219); }

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

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

 a { background-color: rgb(207,136,219); }

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

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

 span { border-color: rgb(207,136,219); }

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