#CF88DA

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

Shades of Wisteria #CF88DA

Tints of Wisteria #CF88DA

Color information

#CF88DA (or 0xCF88DA) is unknown color: approx Wisteria. HEX triplet: CF, 88 and DA. RGB value is (207,136,218). Sum of RGB (Red+Green+Blue) = 207+136+218=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 136 (53.52% from 255 or 24.24% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DA is #307725. Grayscale: #A6A6A6. Windows color (decimal): -3176230 or 14321871. OLE color: 14321871.

HSL color Cylindrical-coordinate representation of color #CF88DA: hue angle of 291.95º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CF88DA is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB207136218-
CMYK0.050.3800.15
HSL291.95º52.56%69.41%-
HSV(B)291.95º37.61%85.49%-
XYZ47.1935.9470.78-
YUV166.58157.02156.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.90%
GREEN value IS 136 (53.52% from 255) = 24.24%
BLUE value IS 218 (85.55% from 255) = 38.86%
R=36.90%
G=24.24%
B=38.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2071362180.050.3800.15291.9552.5669.41
HexCF88DA5260F1243545
Octal31721033254601744465105
Binary110011111000100011011010101100110011111001001001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88DA; }

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

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

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

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

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

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

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

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