#CE90DD

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

Shades of Wisteria #CE90DD

Tints of Wisteria #CE90DD

Color information

#CE90DD (or 0xCE90DD) is unknown color: approx Wisteria. HEX triplet: CE, 90 and DD. RGB value is (206,144,221). Sum of RGB (Red+Green+Blue) = 206+144+221=571 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.08% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90DD is #316F22. Grayscale: #ABABAB. Windows color (decimal): -3239715 or 14520526. OLE color: 14520526.

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

Color convert

RGB206144221-
CMYK0.070.3500.13
HSL288.31º53.1%71.57%-
HSV(B)288.31º34.84%86.67%-
XYZ48.4838.2973.24-
YUV171.32156.04152.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.08%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=36.08%
G=25.22%
B=38.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061442210.070.3500.13288.3153.171.57
HexCE90DD7230D1203548
Octal31622033574301544065110
Binary110011101001000011011101111100011011011001000001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90DD; }

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

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

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

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

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

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

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

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