#C387A0

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

Shades of Viola #C387A0

Tints of Viola #C387A0

Color information

#C387A0 (or 0xC387A0) is unknown color: approx Viola. HEX triplet: C3, 87 and A0. RGB value is (195,135,160). Sum of RGB (Red+Green+Blue) = 195+135+160=490 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.80% from 490); Green value is 135 (53.12% from 255 or 27.55% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 195 - color contains mainly: red. Hex color #C387A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C387A0 is #3C785F. Grayscale: #9B9B9B. Windows color (decimal): -3962976 or 10520515. OLE color: 10520515.

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

Color convert

RGB195135160-
CMYK00.310.180.24
HSL335º33.33%64.71%-
HSV(B)335º30.77%76.47%-
XYZ37.5131.4737.35-
YUV155.79130.38155.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.80%
GREEN value IS 135 (53.12% from 255) = 27.55%
BLUE value IS 160 (62.89% from 255) = 32.65%
R=39.80%
G=27.55%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513516000.310.180.2433533.3364.71
HexC387A001F121814f2141
Octal303207240037223051741101
Binary11000011100001111010000001111110010110001010011111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C387A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C387A0; }

 p { color: rgb(195,135,160); }

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

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

 a { background-color: rgb(195,135,160); }

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

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

 span { border-color: rgb(195,135,160); }

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