#CE89DB

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

Shades of Wisteria #CE89DB

Tints of Wisteria #CE89DB

Color information

#CE89DB (or 0xCE89DB) is unknown color: approx Wisteria. HEX triplet: CE, 89 and DB. RGB value is (206,137,219). Sum of RGB (Red+Green+Blue) = 206+137+219=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE89DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DB is #317624. Grayscale: #A6A6A6. Windows color (decimal): -3241509 or 14387662. OLE color: 14387662.

HSL color Cylindrical-coordinate representation of color #CE89DB: hue angle of 290.49º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CE89DB is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206137219-
CMYK0.060.3700.14
HSL290.49º53.25%69.8%-
HSV(B)290.49º37.44%85.88%-
XYZ47.1936.1371.5-
YUV166.98157.36155.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.65%
GREEN value IS 137 (53.91% from 255) = 24.38%
BLUE value IS 219 (85.94% from 255) = 38.97%
R=36.65%
G=24.38%
B=38.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061372190.060.3700.14290.4953.2569.8
HexCE89DB6250E1223546
Octal31621133364501644265106
Binary110011101000100111011011110100101011101001000101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89DB; }

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

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

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

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

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

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

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

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