#CE90D9

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

Shades of Wisteria #CE90D9

Tints of Wisteria #CE90D9

Color information

#CE90D9 (or 0xCE90D9) is unknown color: approx Wisteria. HEX triplet: CE, 90 and D9. RGB value is (206,144,217). Sum of RGB (Red+Green+Blue) = 206+144+217=567 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.33% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 217 (85.16% from 255 or 38.27% from 567); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE90D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90D9 is #316F26. Grayscale: #AAAAAA. Windows color (decimal): -3239719 or 14258382. OLE color: 14258382.

HSL color Cylindrical-coordinate representation of color #CE90D9: hue angle of 290.96º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CE90D9 is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206144217-
CMYK0.050.3400.15
HSL290.96º48.99%70.78%-
HSV(B)290.96º33.64%85.1%-
XYZ47.9538.0870.47-
YUV170.86154.04153.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.33%
GREEN value IS 144 (56.64% from 255) = 25.40%
BLUE value IS 217 (85.16% from 255) = 38.27%
R=36.33%
G=25.40%
B=38.27%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061442170.050.3400.15290.9648.9970.78
HexCE90D95220F1233147
Octal31622033154201744361107
Binary110011101001000011011001101100010011111001000111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90D9; }

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

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

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

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

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

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

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

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