#CE8FA8

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

Shades of Viola #CE8FA8

Tints of Viola #CE8FA8

Color information

#CE8FA8 (or 0xCE8FA8) is unknown color: approx Viola. HEX triplet: CE, 8F and A8. RGB value is (206,143,168). Sum of RGB (Red+Green+Blue) = 206+143+168=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 143 (56.25% from 255 or 27.66% from 517); Blue value is 168 (66.02% from 255 or 32.50% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8FA8 is #317057. Grayscale: #A4A4A4. Windows color (decimal): -3240024 or 11046862. OLE color: 11046862.

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

Color convert

RGB206143168-
CMYK00.310.180.19
HSL336.19º39.13%68.43%-
HSV(B)336.19º30.58%80.78%-
XYZ42.3435.5941.68-
YUV164.69129.87157.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 143 (56.25% from 255) = 27.66%
BLUE value IS 168 (66.02% from 255) = 32.50%
R=39.85%
G=27.66%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614316800.310.180.19336.1939.1368.43
HexCE8FA801F12131502744
Octal316217250037222352047104
Binary11001110100011111010100001111110010100111010100001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FA8; }

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

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

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

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

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

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

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

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