#C28EA6

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

Shades of Viola #C28EA6

Tints of Viola #C28EA6

Color information

#C28EA6 (or 0xC28EA6) is unknown color: approx Viola. HEX triplet: C2, 8E and A6. RGB value is (194,142,166). Sum of RGB (Red+Green+Blue) = 194+142+166=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 142 (55.86% from 255 or 28.29% from 502); Blue value is 166 (65.23% from 255 or 33.07% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA6 is #3D7159. Grayscale: #A0A0A0. Windows color (decimal): -4026714 or 10915522. OLE color: 10915522.

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

Color convert

RGB194142166-
CMYK00.270.140.24
HSL332.31º29.89%65.88%-
HSV(B)332.31º26.8%76.08%-
XYZ38.833.5740.51-
YUV160.28131.23152.05-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 142 (55.86% from 255) = 28.29%
BLUE value IS 166 (65.23% from 255) = 33.07%
R=38.65%
G=28.29%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414216600.270.140.24332.3129.8965.88
HexC28EA601BE1814c1e42
Octal302216246033163051436102
Binary110000101000111010100110011011111011000101001100111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EA6; }

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

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

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

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

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

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

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

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