#CF88DE

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

Shades of Wisteria #CF88DE

Tints of Wisteria #CF88DE

Color information

#CF88DE (or 0xCF88DE) is unknown color: approx Wisteria. HEX triplet: CF, 88 and DE. RGB value is (207,136,222). Sum of RGB (Red+Green+Blue) = 207+136+222=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 136 (53.52% from 255 or 24.07% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF88DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DE is #307721. Grayscale: #A6A6A6. Windows color (decimal): -3176226 or 14584015. OLE color: 14584015.

HSL color Cylindrical-coordinate representation of color #CF88DE: hue angle of 289.53º 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 #CF88DE is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207136222-
CMYK0.070.3900.13
HSL289.53º56.58%70.2%-
HSV(B)289.53º38.74%87.06%-
XYZ47.7236.1573.57-
YUV167.03159.02156.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 136 (53.52% from 255) = 24.07%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=36.64%
G=24.07%
B=39.29%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071362220.070.3900.13289.5356.5870.2
HexCF88DE7270D1223946
Octal31721033674701544271106
Binary110011111000100011011110111100111011011001000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88DE; }

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

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

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

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

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

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

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

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