#CE91A5

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

Shades of Viola #CE91A5

Tints of Viola #CE91A5

Color information

#CE91A5 (or 0xCE91A5) is unknown color: approx Viola. HEX triplet: CE, 91 and A5. RGB value is (206,145,165). Sum of RGB (Red+Green+Blue) = 206+145+165=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 165 (64.84% from 255 or 31.98% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE91A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE91A5 is #316E5A. Grayscale: #A5A5A5. Windows color (decimal): -3239515 or 10850766. OLE color: 10850766.

HSL color Cylindrical-coordinate representation of color #CE91A5: hue angle of 340.33º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CE91A5 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB206145165-
CMYK00.300.200.19
HSL340.33º38.36%68.82%-
HSV(B)340.33º29.61%80.78%-
XYZ42.3736.0940.33-
YUV165.52127.71156.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 165 (64.84% from 255) = 31.98%
R=39.92%
G=28.10%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614516500.300.200.19340.3338.3668.82
HexCE91A501E14131542645
Octal316221245036242352446105
Binary11001110100100011010010101111010100100111010101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE91A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE91A5; }

 p { color: rgb(206,145,165); }

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

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

 a { background-color: rgb(206,145,165); }

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

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

 span { border-color: rgb(206,145,165); }

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