#CE90D7

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

Shades of Wisteria #CE90D7

Tints of Wisteria #CE90D7

Color information

#CE90D7 (or 0xCE90D7) is unknown color: approx Wisteria. HEX triplet: CE, 90 and D7. RGB value is (206,144,215). Sum of RGB (Red+Green+Blue) = 206+144+215=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE90D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE90D7 is #316F28. Grayscale: #AAAAAA. Windows color (decimal): -3239721 or 14127310. OLE color: 14127310.

HSL color Cylindrical-coordinate representation of color #CE90D7: hue angle of 292.39º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE90D7 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206144215-
CMYK0.040.3300.16
HSL292.39º47.02%70.39%-
HSV(B)292.39º33.02%84.31%-
XYZ47.6937.9769.11-
YUV170.63153.04153.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 144 (56.64% from 255) = 25.49%
BLUE value IS 215 (84.38% from 255) = 38.05%
R=36.46%
G=25.49%
B=38.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061442150.040.3300.16292.3947.0270.39
HexCE90D74210101242f46
Octal31622032744102044457106
Binary1100111010010000110101111001000010100001001001001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE90D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE90D7; }

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

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

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

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

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

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

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

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