#CE91ED

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

Shades of Wisteria #CE91ED

Tints of Wisteria #CE91ED

Color information

#CE91ED (or 0xCE91ED) is unknown color: approx Wisteria. HEX triplet: CE, 91 and ED. RGB value is (206,145,237). Sum of RGB (Red+Green+Blue) = 206+145+237=588 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.03% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 237 (92.97% from 255 or 40.31% from 588); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE91ED is #316E12. Grayscale: #ADADAD. Windows color (decimal): -3239443 or 15569358. OLE color: 15569358.

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

Color convert

RGB206145237-
CMYK0.130.3900.07
HSL279.78º71.88%74.9%-
HSV(B)279.78º38.82%92.94%-
XYZ50.8739.4985.06-
YUV173.73163.71151.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.03%
GREEN value IS 145 (57.03% from 255) = 24.66%
BLUE value IS 237 (92.97% from 255) = 40.31%
R=35.03%
G=24.66%
B=40.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061452370.130.3900.07279.7871.8874.9
HexCE91EDD2707118484b
Octal316221355154707430110113
Binary1100111010010001111011011101100111011110001100010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91ED; }

 p { color: rgb(206,145,237); }

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

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

 a { background-color: rgb(206,145,237); }

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

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

 span { border-color: rgb(206,145,237); }

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