#CE95A8

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

Shades of Viola #CE95A8

Tints of Viola #CE95A8

Color information

#CE95A8 (or 0xCE95A8) is unknown color: approx Viola. HEX triplet: CE, 95 and A8. RGB value is (206,149,168). Sum of RGB (Red+Green+Blue) = 206+149+168=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 168 (66.02% from 255 or 32.12% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95A8 is #316A57. Grayscale: #A8A8A8. Windows color (decimal): -3238488 or 11048398. OLE color: 11048398.

HSL color Cylindrical-coordinate representation of color #CE95A8: hue angle of 340º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CE95A8 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB206149168-
CMYK00.280.180.19
HSL340º36.77%69.61%-
HSV(B)340º27.67%80.78%-
XYZ43.2737.4441.99-
YUV168.21127.88154.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.39%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 168 (66.02% from 255) = 32.12%
R=39.39%
G=28.49%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614916800.280.180.1934036.7769.61
HexCE95A801C12131542546
Octal316225250034222352445106
Binary11001110100101011010100001110010010100111010101001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE95A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE95A8; }

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

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

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

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

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

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

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

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