#C882A7

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

Shades of Viola #C882A7

Tints of Viola #C882A7

Color information

#C882A7 (or 0xC882A7) is unknown color: approx Viola. HEX triplet: C8, 82 and A7. RGB value is (200,130,167). Sum of RGB (Red+Green+Blue) = 200+130+167=497 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.24% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 167 (65.62% from 255 or 33.60% from 497); Max value from RGB is 200 - color contains mainly: red. Hex color #C882A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C882A7 is #377D58. Grayscale: #9B9B9B. Windows color (decimal): -3636569 or 10977992. OLE color: 10977992.

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

Color convert

RGB200130167-
CMYK00.350.160.22
HSL328.29º38.89%64.71%-
HSV(B)328.29º35%78.43%-
XYZ38.7831.0340.51-
YUV155.15134.69159.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.24%
GREEN value IS 130 (51.17% from 255) = 26.16%
BLUE value IS 167 (65.62% from 255) = 33.60%
R=40.24%
G=26.16%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013016700.350.160.22328.2938.8964.71
HexC882A702310161482741
Octal310202247043202651047101
Binary110010001000001010100111010001110000101101010010001001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882A7; }

 p { color: rgb(200,130,167); }

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

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

 a { background-color: rgb(200,130,167); }

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

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

 span { border-color: rgb(200,130,167); }

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