#C388A2

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

Shades of Viola #C388A2

Tints of Viola #C388A2

Color information

#C388A2 (or 0xC388A2) is unknown color: approx Viola. HEX triplet: C3, 88 and A2. RGB value is (195,136,162). Sum of RGB (Red+Green+Blue) = 195+136+162=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 162 (63.67% from 255 or 32.86% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A2 is #3C775D. Grayscale: #9C9C9C. Windows color (decimal): -3962718 or 10651843. OLE color: 10651843.

HSL color Cylindrical-coordinate representation of color #C388A2: hue angle of 333.56º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388A2 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB195136162-
CMYK00.300.170.24
HSL333.56º32.96%64.9%-
HSV(B)333.56º30.26%76.47%-
XYZ37.8331.8238.33-
YUV156.6131.05155.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.55%
GREEN value IS 136 (53.52% from 255) = 27.59%
BLUE value IS 162 (63.67% from 255) = 32.86%
R=39.55%
G=27.59%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513616200.300.170.24333.5632.9664.9
HexC388A201E111814e2141
Octal303210242036213051641101
Binary11000011100010001010001001111010001110001010011101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388A2; }

 p { color: rgb(195,136,162); }

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

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

 a { background-color: rgb(195,136,162); }

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

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

 span { border-color: rgb(195,136,162); }

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