#CF88DC

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

Shades of Wisteria #CF88DC

Tints of Wisteria #CF88DC

Color information

#CF88DC (or 0xCF88DC) is unknown color: approx Wisteria. HEX triplet: CF, 88 and DC. RGB value is (207,136,220). Sum of RGB (Red+Green+Blue) = 207+136+220=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DC is #307723. Grayscale: #A6A6A6. Windows color (decimal): -3176228 or 14452943. OLE color: 14452943.

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

Color convert

RGB207136220-
CMYK0.060.3800.14
HSL290.71º54.55%69.8%-
HSV(B)290.71º38.18%86.27%-
XYZ47.4536.0472.17-
YUV166.8158.02156.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 220 (86.33% from 255) = 39.08%
R=36.77%
G=24.16%
B=39.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071362200.060.3800.14290.7154.5569.8
HexCF88DC6260E1233746
Octal31721033464601644367106
Binary110011111000100011011100110100110011101001000111101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88DC; }

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

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

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

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

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

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

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

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