#C388A6

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

Shades of Viola #C388A6

Tints of Viola #C388A6

Color information

#C388A6 (or 0xC388A6) is unknown color: approx Viola. HEX triplet: C3, 88 and A6. RGB value is (195,136,166). Sum of RGB (Red+Green+Blue) = 195+136+166=497 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.24% from 497); Green value is 136 (53.52% from 255 or 27.36% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A6 is #3C7759. Grayscale: #9D9D9D. Windows color (decimal): -3962714 or 10913987. OLE color: 10913987.

HSL color Cylindrical-coordinate representation of color #C388A6: hue angle of 329.49º 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 #C388A6 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB195136166-
CMYK00.300.150.24
HSL329.49º32.96%64.9%-
HSV(B)329.49º30.26%76.47%-
XYZ38.1931.9640.23-
YUV157.06133.05155.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.24%
GREEN value IS 136 (53.52% from 255) = 27.36%
BLUE value IS 166 (65.23% from 255) = 33.40%
R=39.24%
G=27.36%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513616600.300.150.24329.4932.9664.9
HexC388A601EF181492141
Octal303210246036173051141101
Binary1100001110001000101001100111101111110001010010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388A6; }

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

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

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

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

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

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

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

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