#C88BA7

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

Shades of Viola #C88BA7

Tints of Viola #C88BA7

Color information

#C88BA7 (or 0xC88BA7) is unknown color: approx Viola. HEX triplet: C8, 8B and A7. RGB value is (200,139,167). Sum of RGB (Red+Green+Blue) = 200+139+167=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 139 (54.69% from 255 or 27.47% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C88BA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88BA7 is #377458. Grayscale: #A0A0A0. Windows color (decimal): -3634265 or 10980296. OLE color: 10980296.

HSL color Cylindrical-coordinate representation of color #C88BA7: hue angle of 332.46º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88BA7 is Cyan = 0, Magento = 0.30, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB200139167-
CMYK00.300.160.22
HSL332.46º35.67%66.47%-
HSV(B)332.46º30.5%78.43%-
XYZ40.0333.5340.92-
YUV160.43131.71156.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.53%
GREEN value IS 139 (54.69% from 255) = 27.47%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=39.53%
G=27.47%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013916700.300.160.22332.4635.6766.47
HexC88BA701E101614c2442
Octal310213247036202651444102
Binary11001000100010111010011101111010000101101010011001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88BA7; }

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

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

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

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

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

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

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

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