#CE8FA5

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

Shades of Viola #CE8FA5

Tints of Viola #CE8FA5

Color information

#CE8FA5 (or 0xCE8FA5) is unknown color: approx Viola. HEX triplet: CE, 8F and A5. RGB value is (206,143,165). Sum of RGB (Red+Green+Blue) = 206+143+165=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8FA5 is #31705A. Grayscale: #A4A4A4. Windows color (decimal): -3240027 or 10850254. OLE color: 10850254.

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

Color convert

RGB206143165-
CMYK00.310.200.19
HSL339.05º39.13%68.43%-
HSV(B)339.05º30.58%80.78%-
XYZ42.0735.4840.23-
YUV164.34128.37157.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.08%
GREEN value IS 143 (56.25% from 255) = 27.82%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=40.08%
G=27.82%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20614316500.310.200.19339.0539.1368.43
HexCE8FA501F14131532744
Octal316217245037242352347104
Binary11001110100011111010010101111110100100111010100111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8FA5; }

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

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

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

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

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

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

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

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