#CE88EA

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

Shades of Wisteria #CE88EA

Tints of Wisteria #CE88EA

Color information

#CE88EA (or 0xCE88EA) is unknown color: approx Wisteria. HEX triplet: CE, 88 and EA. RGB value is (206,136,234). Sum of RGB (Red+Green+Blue) = 206+136+234=576 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.76% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE88EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE88EA is #317715. Grayscale: #A7A7A7. Windows color (decimal): -3241750 or 15370446. OLE color: 15370446.

HSL color Cylindrical-coordinate representation of color #CE88EA: hue angle of 282.86º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE88EA is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206136234-
CMYK0.120.4200.08
HSL282.86º70%72.55%-
HSV(B)282.86º41.88%91.76%-
XYZ49.1136.6782.33-
YUV168.1165.19155.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.76%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=35.76%
G=23.61%
B=40.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061362340.120.4200.08282.867072.55
HexCE88EAC2A0811b4649
Octal3162103521452010433106111
Binary11001110100010001110101011001010100100010001101110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE88EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE88EA; }

 p { color: rgb(206,136,234); }

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

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

 a { background-color: rgb(206,136,234); }

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

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

 span { border-color: rgb(206,136,234); }

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