#CE93A6

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

Shades of Viola #CE93A6

Tints of Viola #CE93A6

Color information

#CE93A6 (or 0xCE93A6) is unknown color: approx Viola. HEX triplet: CE, 93 and A6. RGB value is (206,147,166). Sum of RGB (Red+Green+Blue) = 206+147+166=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 166 (65.23% from 255 or 31.98% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93A6 is #316C59. Grayscale: #A6A6A6. Windows color (decimal): -3239002 or 10916814. OLE color: 10916814.

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

Color convert

RGB206147166-
CMYK00.290.190.19
HSL340.68º37.58%69.22%-
HSV(B)340.68º28.64%80.78%-
XYZ42.7736.7440.91-
YUV166.81127.55155.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 147 (57.81% from 255) = 28.32%
BLUE value IS 166 (65.23% from 255) = 31.98%
R=39.69%
G=28.32%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614716600.290.190.19340.6837.5869.22
HexCE93A601D13131552645
Octal316223246035232352546105
Binary11001110100100111010011001110110011100111010101011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93A6; }

 p { color: rgb(206,147,166); }

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

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

 a { background-color: rgb(206,147,166); }

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

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

 span { border-color: rgb(206,147,166); }

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