#C88EA8

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

Shades of Viola #C88EA8

Tints of Viola #C88EA8

Color information

#C88EA8 (or 0xC88EA8) is unknown color: approx Viola. HEX triplet: C8, 8E and A8. RGB value is (200,142,168). Sum of RGB (Red+Green+Blue) = 200+142+168=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 168 (66.02% from 255 or 32.94% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C88EA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88EA8 is #377157. Grayscale: #A2A2A2. Windows color (decimal): -3633496 or 11046600. OLE color: 11046600.

HSL color Cylindrical-coordinate representation of color #C88EA8: hue angle of 333.1º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88EA8 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200142168-
CMYK00.290.160.22
HSL333.1º34.52%67.06%-
HSV(B)333.1º29%78.43%-
XYZ40.5634.4541.56-
YUV162.31131.22154.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.22%
GREEN value IS 142 (55.86% from 255) = 27.84%
BLUE value IS 168 (66.02% from 255) = 32.94%
R=39.22%
G=27.84%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014216800.290.160.22333.134.5267.06
HexC88EA801D101614d2343
Octal310216250035202651543103
Binary11001000100011101010100001110110000101101010011011000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88EA8; }

 p { color: rgb(200,142,168); }

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

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

 a { background-color: rgb(200,142,168); }

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

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

 span { border-color: rgb(200,142,168); }

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