#CF87DE

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

Shades of Wisteria #CF87DE

Tints of Wisteria #CF87DE

Color information

#CF87DE (or 0xCF87DE) is unknown color: approx Wisteria. HEX triplet: CF, 87 and DE. RGB value is (207,135,222). Sum of RGB (Red+Green+Blue) = 207+135+222=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 135 (53.12% from 255 or 23.94% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF87DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87DE is #307821. Grayscale: #A6A6A6. Windows color (decimal): -3176482 or 14583759. OLE color: 14583759.

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

Color convert

RGB207135222-
CMYK0.070.3900.13
HSL289.66º56.86%70%-
HSV(B)289.66º39.19%87.06%-
XYZ47.5835.8773.52-
YUV166.45159.35156.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 135 (53.12% from 255) = 23.94%
BLUE value IS 222 (87.11% from 255) = 39.36%
R=36.70%
G=23.94%
B=39.36%

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
Decimal2071352220.070.3900.13289.6656.8670
HexCF87DE7270D1223946
Octal31720733674701544271106
Binary110011111000011111011110111100111011011001000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87DE; }

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

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

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

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

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

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

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

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