#C28EA4

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

Shades of Viola #C28EA4

Tints of Viola #C28EA4

Color information

#C28EA4 (or 0xC28EA4) is unknown color: approx Viola. HEX triplet: C2, 8E and A4. RGB value is (194,142,164). Sum of RGB (Red+Green+Blue) = 194+142+164=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 142 (55.86% from 255 or 28.4% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA4 is #3D715B. Grayscale: #A0A0A0. Windows color (decimal): -4026716 or 10784450. OLE color: 10784450.

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

Color convert

RGB194142164-
CMYK00.270.150.24
HSL334.62º29.89%65.88%-
HSV(B)334.62º26.8%76.08%-
XYZ38.6233.539.55-
YUV160.06130.23152.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.8%
GREEN value IS 142 (55.86% from 255) = 28.4%
BLUE value IS 164 (64.45% from 255) = 32.8%
R=38.8%
G=28.4%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414216400.270.150.24334.6229.8965.88
HexC28EA401BF1814f1e42
Octal302216244033173051736102
Binary110000101000111010100100011011111111000101001111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EA4; }

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

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

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

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

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

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

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

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