#C2859C

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

Shades of Viola #C2859C

Tints of Viola #C2859C

Color information

#C2859C (or 0xC2859C) is unknown color: approx Viola. HEX triplet: C2, 85 and 9C. RGB value is (194,133,156). Sum of RGB (Red+Green+Blue) = 194+133+156=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 133 (52.34% from 255 or 27.54% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2859C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2859C is #3D7A63. Grayscale: #999999. Windows color (decimal): -4029028 or 10257858. OLE color: 10257858.

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

Color convert

RGB194133156-
CMYK00.310.200.24
HSL337.38º33.33%64.12%-
HSV(B)337.38º31.44%76.08%-
XYZ36.6430.6435.44-
YUV153.86129.21156.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.17%
GREEN value IS 133 (52.34% from 255) = 27.54%
BLUE value IS 156 (61.33% from 255) = 32.30%
R=40.17%
G=27.54%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413315600.310.200.24337.3833.3364.12
HexC2859C01F14181512140
Octal302205234037243052141100
Binary11000010100001011001110001111110100110001010100011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2859C; }

 p { color: rgb(194,133,156); }

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

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

 a { background-color: rgb(194,133,156); }

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

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

 span { border-color: rgb(194,133,156); }

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