#CF87EC

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

Shades of Wisteria #CF87EC

Tints of Wisteria #CF87EC

Color information

#CF87EC (or 0xCF87EC) is unknown color: approx Wisteria. HEX triplet: CF, 87 and EC. RGB value is (207,135,236). Sum of RGB (Red+Green+Blue) = 207+135+236=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF87EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CF87EC is #307813. Grayscale: #A7A7A7. Windows color (decimal): -3176468 or 15501263. OLE color: 15501263.

HSL color Cylindrical-coordinate representation of color #CF87EC: hue angle of 282.77º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF87EC is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB207135236-
CMYK0.120.4300.07
HSL282.77º72.66%72.75%-
HSV(B)282.77º42.8%92.55%-
XYZ49.5436.6583.82-
YUV168.04166.35155.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 135 (53.12% from 255) = 23.36%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=35.81%
G=23.36%
B=40.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2071352360.120.4300.07282.7772.6672.75
HexCF87ECC2B0711b4949
Octal317207354145307433111111
Binary1100111110000111111011001100101011011110001101110010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF87EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF87EC; }

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

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

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

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

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

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

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

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