#CF88DD

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

Shades of Wisteria #CF88DD

Tints of Wisteria #CF88DD

Color information

#CF88DD (or 0xCF88DD) is unknown color: approx Wisteria. HEX triplet: CF, 88 and DD. RGB value is (207,136,221). Sum of RGB (Red+Green+Blue) = 207+136+221=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF88DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF88DD is #307722. Grayscale: #A6A6A6. Windows color (decimal): -3176227 or 14518479. OLE color: 14518479.

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

Color convert

RGB207136221-
CMYK0.060.3800.13
HSL290.12º55.56%70%-
HSV(B)290.12º38.46%86.67%-
XYZ47.5936.0972.87-
YUV166.92158.52156.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 136 (53.52% from 255) = 24.11%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=36.70%
G=24.11%
B=39.18%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2071362210.060.3800.13290.1255.5670
HexCF88DD6260D1223846
Octal31721033564601544270106
Binary110011111000100011011101110100110011011001000101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF88DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF88DD; }

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

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

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

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

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

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

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

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