#CE95EC

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

Shades of Wisteria #CE95EC

Tints of Wisteria #CE95EC

Color information

#CE95EC (or 0xCE95EC) is unknown color: approx Wisteria. HEX triplet: CE, 95 and EC. RGB value is (206,149,236). Sum of RGB (Red+Green+Blue) = 206+149+236=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 236 (92.58% from 255 or 39.93% from 591); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE95EC is #316A13. Grayscale: #AFAFAF. Windows color (decimal): -3238420 or 15504846. OLE color: 15504846.

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

Color convert

RGB206149236-
CMYK0.130.3700.07
HSL279.31º69.6%75.49%-
HSV(B)279.31º36.86%92.55%-
XYZ51.3440.6784.5-
YUV175.96161.88149.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.86%
GREEN value IS 149 (58.59% from 255) = 25.21%
BLUE value IS 236 (92.58% from 255) = 39.93%
R=34.86%
G=25.21%
B=39.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061492360.130.3700.07279.3169.675.49
HexCE95ECD2507117464b
Octal316225354154507427106113
Binary1100111010010101111011001101100101011110001011110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95EC; }

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

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

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

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

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

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

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

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