#CE8EDD

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

Shades of Wisteria #CE8EDD

Tints of Wisteria #CE8EDD

Color information

#CE8EDD (or 0xCE8EDD) is unknown color: approx Wisteria. HEX triplet: CE, 8E and DD. RGB value is (206,142,221). Sum of RGB (Red+Green+Blue) = 206+142+221=569 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.20% from 569); Green value is 142 (55.86% from 255 or 24.96% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8EDD is #317122. Grayscale: #A9A9A9. Windows color (decimal): -3240227 or 14520014. OLE color: 14520014.

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

Color convert

RGB206142221-
CMYK0.070.3600.13
HSL288.61º53.74%71.18%-
HSV(B)288.61º35.75%86.67%-
XYZ48.1837.6973.14-
YUV170.14156.7153.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.20%
GREEN value IS 142 (55.86% from 255) = 24.96%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=36.20%
G=24.96%
B=38.84%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061422210.070.3600.13288.6153.7471.18
HexCE8EDD7240D1213647
Octal31621633574401544166107
Binary110011101000111011011101111100100011011001000011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8EDD; }

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

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

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

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

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

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

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

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