#CE89EB

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

Shades of Wisteria #CE89EB

Tints of Wisteria #CE89EB

Color information

#CE89EB (or 0xCE89EB) is unknown color: approx Wisteria. HEX triplet: CE, 89 and EB. RGB value is (206,137,235). Sum of RGB (Red+Green+Blue) = 206+137+235=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 137 (53.91% from 255 or 23.70% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE89EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE89EB is #317614. Grayscale: #A8A8A8. Windows color (decimal): -3241493 or 15436238. OLE color: 15436238.

HSL color Cylindrical-coordinate representation of color #CE89EB: hue angle of 282.24º degrees, saturation: 0.71, 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 #CE89EB is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB206137235-
CMYK0.120.4200.08
HSL282.24º71.01%72.94%-
HSV(B)282.24º41.7%92.16%-
XYZ49.3937.0183.14-
YUV168.8165.36154.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 137 (53.91% from 255) = 23.70%
BLUE value IS 235 (92.19% from 255) = 40.66%
R=35.64%
G=23.70%
B=40.66%

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
Decimal2061372350.120.4200.08282.2471.0172.94
HexCE89EBC2A0811a4749
Octal3162113531452010432107111
Binary11001110100010011110101111001010100100010001101010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89EB; }

 p { color: rgb(206,137,235); }

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

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

 a { background-color: rgb(206,137,235); }

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

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

 span { border-color: rgb(206,137,235); }

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