#C28EA7

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

Shades of Viola #C28EA7

Tints of Viola #C28EA7

Color information

#C28EA7 (or 0xC28EA7) is unknown color: approx Viola. HEX triplet: C2, 8E and A7. RGB value is (194,142,167). Sum of RGB (Red+Green+Blue) = 194+142+167=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 142 (55.86% from 255 or 28.23% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28EA7 is #3D7158. Grayscale: #A0A0A0. Windows color (decimal): -4026713 or 10981058. OLE color: 10981058.

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

Color convert

RGB194142167-
CMYK00.270.140.24
HSL331.15º29.89%65.88%-
HSV(B)331.15º26.8%76.08%-
XYZ38.933.6141-
YUV160.4131.73151.97-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.57%
GREEN value IS 142 (55.86% from 255) = 28.23%
BLUE value IS 167 (65.62% from 255) = 33.20%
R=38.57%
G=28.23%
B=33.20%

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
Decimal19414216700.270.140.24331.1529.8965.88
HexC28EA701BE1814b1e42
Octal302216247033163051336102
Binary110000101000111010100111011011111011000101001011111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28EA7; }

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

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

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

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

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

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

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

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