#CF87DF

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

Shades of Wisteria #CF87DF

Tints of Wisteria #CF87DF

Color information

#CF87DF (or 0xCF87DF) is unknown color: approx Wisteria. HEX triplet: CF, 87 and DF. RGB value is (207,135,223). Sum of RGB (Red+Green+Blue) = 207+135+223=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF87DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF87DF is #307820. Grayscale: #A6A6A6. Windows color (decimal): -3176481 or 14649295. OLE color: 14649295.

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

Color convert

RGB207135223-
CMYK0.070.3900.13
HSL289.09º57.89%70.2%-
HSV(B)289.09º39.46%87.45%-
XYZ47.7235.9274.23-
YUV166.56159.85156.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.64%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 223 (87.5% from 255) = 39.47%
R=36.64%
G=23.89%
B=39.47%

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
Decimal2071352230.070.3900.13289.0957.8970.2
HexCF87DF7270D1213a46
Octal31720733774701544172106
Binary110011111000011111011111111100111011011001000011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87DF; }

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

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

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

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

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

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

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

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