#CE95DC

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

Shades of Wisteria #CE95DC

Tints of Wisteria #CE95DC

Color information

#CE95DC (or 0xCE95DC) is unknown color: approx Wisteria. HEX triplet: CE, 95 and DC. RGB value is (206,149,220). Sum of RGB (Red+Green+Blue) = 206+149+220=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE95DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE95DC is #316A23. Grayscale: #ADADAD. Windows color (decimal): -3238436 or 14456270. OLE color: 14456270.

HSL color Cylindrical-coordinate representation of color #CE95DC: hue angle of 288.17º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CE95DC is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB206149220-
CMYK0.060.3200.14
HSL288.17º50.35%72.35%-
HSV(B)288.17º32.27%86.27%-
XYZ49.1239.7872.8-
YUV174.14153.88150.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 35.83%
GREEN value IS 149 (58.59% from 255) = 25.91%
BLUE value IS 220 (86.33% from 255) = 38.26%
R=35.83%
G=25.91%
B=38.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2061492200.060.3200.14288.1750.3572.35
HexCE95DC6200E1203248
Octal31622533464001644062110
Binary110011101001010111011100110100000011101001000001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95DC; }

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

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

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

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

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

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

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

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