#CE95E0

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

Shades of Wisteria #CE95E0

Tints of Wisteria #CE95E0

Color information

#CE95E0 (or 0xCE95E0) is unknown color: approx Wisteria. HEX triplet: CE, 95 and E0. RGB value is (206,149,224). Sum of RGB (Red+Green+Blue) = 206+149+224=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95E0 is #316A1F. Grayscale: #AEAEAE. Windows color (decimal): -3238432 or 14718414. OLE color: 14718414.

HSL color Cylindrical-coordinate representation of color #CE95E0: hue angle of 285.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CE95E0 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206149224-
CMYK0.080.3300.12
HSL285.6º54.74%73.14%-
HSV(B)285.6º33.48%87.84%-
XYZ49.664075.62-
YUV174.59155.88150.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.58%
GREEN value IS 149 (58.59% from 255) = 25.73%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=35.58%
G=25.73%
B=38.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061492240.080.3300.12285.654.7473.14
HexCE95E08210C11e3749
Octal316225340104101443667111
Binary1100111010010101111000001000100001011001000111101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95E0; }

 p { color: rgb(206,149,224); }

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

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

 a { background-color: rgb(206,149,224); }

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

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

 span { border-color: rgb(206,149,224); }

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