#CE89DD

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

Shades of Wisteria #CE89DD

Tints of Wisteria #CE89DD

Color information

#CE89DD (or 0xCE89DD) is unknown color: approx Wisteria. HEX triplet: CE, 89 and DD. RGB value is (206,137,221). Sum of RGB (Red+Green+Blue) = 206+137+221=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE89DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE89DD is #317622. Grayscale: #A6A6A6. Windows color (decimal): -3241507 or 14518734. OLE color: 14518734.

HSL color Cylindrical-coordinate representation of color #CE89DD: hue angle of 289.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE89DD is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206137221-
CMYK0.070.3800.13
HSL289.29º55.26%70.2%-
HSV(B)289.29º38.01%86.67%-
XYZ47.4536.2372.9-
YUV167.21158.36155.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.52%
GREEN value IS 137 (53.91% from 255) = 24.29%
BLUE value IS 221 (86.72% from 255) = 39.18%
R=36.52%
G=24.29%
B=39.18%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061372210.070.3800.13289.2955.2670.2
HexCE89DD7260D1213746
Octal31621133574601544167106
Binary110011101000100111011101111100110011011001000011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE89DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE89DD; }

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

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

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

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

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

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

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

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