#C388A5

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

Shades of Viola #C388A5

Tints of Viola #C388A5

Color information

#C388A5 (or 0xC388A5) is unknown color: approx Viola. HEX triplet: C3, 88 and A5. RGB value is (195,136,165). Sum of RGB (Red+Green+Blue) = 195+136+165=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 136 (53.52% from 255 or 27.42% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C388A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C388A5 is #3C775A. Grayscale: #9C9C9C. Windows color (decimal): -3962715 or 10848451. OLE color: 10848451.

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

Color convert

RGB195136165-
CMYK00.300.150.24
HSL330.51º32.96%64.9%-
HSV(B)330.51º30.26%76.47%-
XYZ38.131.9339.75-
YUV156.95132.55155.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 136 (53.52% from 255) = 27.42%
BLUE value IS 165 (64.84% from 255) = 33.27%
R=39.31%
G=27.42%
B=33.27%

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
Decimal19513616500.300.150.24330.5132.9664.9
HexC388A501EF1814b2141
Octal303210245036173051341101
Binary1100001110001000101001010111101111110001010010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C388A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C388A5; }

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

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

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

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

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

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

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

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