#CE87ED

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

Shades of Wisteria #CE87ED

Tints of Wisteria #CE87ED

Color information

#CE87ED (or 0xCE87ED) is unknown color: approx Wisteria. HEX triplet: CE, 87 and ED. RGB value is (206,135,237). Sum of RGB (Red+Green+Blue) = 206+135+237=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 135 (53.12% from 255 or 23.36% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE87ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE87ED is #317812. Grayscale: #A7A7A7. Windows color (decimal): -3242003 or 15566798. OLE color: 15566798.

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

Color convert

RGB206135237-
CMYK0.130.4300.07
HSL281.76º73.91%72.94%-
HSV(B)281.76º43.04%92.94%-
XYZ49.436.5684.57-
YUV167.86167.02155.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 135 (53.12% from 255) = 23.36%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=35.64%
G=23.36%
B=41.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061352370.130.4300.07281.7673.9172.94
HexCE87EDD2B0711a4a49
Octal316207355155307432112111
Binary1100111010000111111011011101101011011110001101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE87ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE87ED; }

 p { color: rgb(206,135,237); }

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

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

 a { background-color: rgb(206,135,237); }

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

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

 span { border-color: rgb(206,135,237); }

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