#C88CA8

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

Shades of Viola #C88CA8

Tints of Viola #C88CA8

Color information

#C88CA8 (or 0xC88CA8) is unknown color: approx Viola. HEX triplet: C8, 8C and A8. RGB value is (200,140,168). Sum of RGB (Red+Green+Blue) = 200+140+168=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 140 (55.08% from 255 or 27.56% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C88CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88CA8 is #377357. Grayscale: #A1A1A1. Windows color (decimal): -3634008 or 11046088. OLE color: 11046088.

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

Color convert

RGB200140168-
CMYK00.30.160.22
HSL332º35.29%66.67%-
HSV(B)332º30%78.43%-
XYZ40.2733.8641.46-
YUV161.13131.88155.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 140 (55.08% from 255) = 27.56%
BLUE value IS 168 (66.02% from 255) = 33.07%
R=39.37%
G=27.56%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014016800.30.160.2233235.2966.67
HexC88CA801E101614c2343
Octal310214250036202651443103
Binary11001000100011001010100001111010000101101010011001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88CA8; }

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

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

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

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

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

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

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

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