#CE95DF

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

Shades of Wisteria #CE95DF

Tints of Wisteria #CE95DF

Color information

#CE95DF (or 0xCE95DF) is unknown color: approx Wisteria. HEX triplet: CE, 95 and DF. RGB value is (206,149,223). Sum of RGB (Red+Green+Blue) = 206+149+223=578 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.64% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE95DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DF is #316A20. Grayscale: #AEAEAE. Windows color (decimal): -3238433 or 14652878. OLE color: 14652878.

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

Color convert

RGB206149223-
CMYK0.080.3300.13
HSL286.22º53.62%72.94%-
HSV(B)286.22º33.18%87.45%-
XYZ49.5239.9474.91-
YUV174.48155.38150.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.64%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=35.64%
G=25.78%
B=38.58%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061492230.080.3300.13286.2253.6272.94
HexCE95DF8210D11e3649
Octal316225337104101543666111
Binary1100111010010101110111111000100001011011000111101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95DF; }

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

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

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

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

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

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

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

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