#CE93A7

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

Shades of Viola #CE93A7

Tints of Viola #CE93A7

Color information

#CE93A7 (or 0xCE93A7) is unknown color: approx Viola. HEX triplet: CE, 93 and A7. RGB value is (206,147,167). Sum of RGB (Red+Green+Blue) = 206+147+167=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 167 (65.62% from 255 or 32.12% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93A7 is #316C58. Grayscale: #A6A6A6. Windows color (decimal): -3239001 or 10982350. OLE color: 10982350.

HSL color Cylindrical-coordinate representation of color #CE93A7: hue angle of 339.66º 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 #CE93A7 is Cyan = 0, Magento = 0.29, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB206147167-
CMYK00.290.190.19
HSL339.66º37.58%69.22%-
HSV(B)339.66º28.64%80.78%-
XYZ42.8636.7841.4-
YUV166.92128.05155.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 147 (57.81% from 255) = 28.27%
BLUE value IS 167 (65.62% from 255) = 32.12%
R=39.62%
G=28.27%
B=32.12%

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
Decimal20614716700.290.190.19339.6637.5869.22
HexCE93A701D13131542645
Octal316223247035232352446105
Binary11001110100100111010011101110110011100111010101001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93A7; }

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

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

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

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

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

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

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

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