#C394A7

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

Shades of Viola #C394A7

Tints of Viola #C394A7

Color information

#C394A7 (or 0xC394A7) is unknown color: approx Viola. HEX triplet: C3, 94 and A7. RGB value is (195,148,167). Sum of RGB (Red+Green+Blue) = 195+148+167=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 148 (58.20% from 255 or 29.02% from 510); Blue value is 167 (65.62% from 255 or 32.75% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C394A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C394A7 is #3C6B58. Grayscale: #A4A4A4. Windows color (decimal): -3959641 or 10982595. OLE color: 10982595.

HSL color Cylindrical-coordinate representation of color #C394A7: hue angle of 335.74º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C394A7 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB195148167-
CMYK00.240.140.24
HSL335.74º28.14%67.25%-
HSV(B)335.74º24.1%76.47%-
XYZ40.0735.5741.31-
YUV164.22129.57149.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 148 (58.20% from 255) = 29.02%
BLUE value IS 167 (65.62% from 255) = 32.75%
R=38.24%
G=29.02%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514816700.240.140.24335.7428.1467.25
HexC394A7018E181501c43
Octal303224247030163052034103
Binary110000111001010010100111011000111011000101010000111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394A7; }

 p { color: rgb(195,148,167); }

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

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

 a { background-color: rgb(195,148,167); }

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

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

 span { border-color: rgb(195,148,167); }

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