#CE93A8

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

Shades of Viola #CE93A8

Tints of Viola #CE93A8

Color information

#CE93A8 (or 0xCE93A8) is unknown color: approx Viola. HEX triplet: CE, 93 and A8. RGB value is (206,147,168). Sum of RGB (Red+Green+Blue) = 206+147+168=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93A8 is #316C57. Grayscale: #A7A7A7. Windows color (decimal): -3239000 or 11047886. OLE color: 11047886.

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

Color convert

RGB206147168-
CMYK00.290.180.19
HSL338.64º37.58%69.22%-
HSV(B)338.64º28.64%80.78%-
XYZ42.9636.8241.89-
YUV167.03128.55155.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 147 (57.81% from 255) = 28.21%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=39.54%
G=28.21%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614716800.290.180.19338.6437.5869.22
HexCE93A801D12131532645
Octal316223250035222352346105
Binary11001110100100111010100001110110010100111010100111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE93A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE93A8; }

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

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

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

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

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

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

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

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