#C28EA2

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

Shades of Viola #C28EA2

Tints of Viola #C28EA2

Color information

#C28EA2 (or 0xC28EA2) is unknown color: approx Viola. HEX triplet: C2, 8E and A2. RGB value is (194,142,162). Sum of RGB (Red+Green+Blue) = 194+142+162=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 162 (63.67% from 255 or 32.53% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA2 is #3D715D. Grayscale: #9F9F9F. Windows color (decimal): -4026718 or 10653378. OLE color: 10653378.

HSL color Cylindrical-coordinate representation of color #C28EA2: hue angle of 336.92º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EA2 is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB194142162-
CMYK00.270.160.24
HSL336.92º29.89%65.88%-
HSV(B)336.92º26.8%76.08%-
XYZ38.4433.4238.61-
YUV159.83129.23152.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 142 (55.86% from 255) = 28.51%
BLUE value IS 162 (63.67% from 255) = 32.53%
R=38.96%
G=28.51%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414216200.270.160.24336.9229.8965.88
HexC28EA201B10181511e42
Octal302216242033203052136102
Binary1100001010001110101000100110111000011000101010001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EA2; }

 p { color: rgb(194,142,162); }

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

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

 a { background-color: rgb(194,142,162); }

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

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

 span { border-color: rgb(194,142,162); }

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