#C28D9D

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

Shades of Viola #C28D9D

Tints of Viola #C28D9D

Color information

#C28D9D (or 0xC28D9D) is unknown color: approx Viola. HEX triplet: C2, 8D and 9D. RGB value is (194,141,157). Sum of RGB (Red+Green+Blue) = 194+141+157=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 141 (55.47% from 255 or 28.66% from 492); Blue value is 157 (61.72% from 255 or 31.91% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28D9D is #3D7262. Grayscale: #9E9E9E. Windows color (decimal): -4026979 or 10325442. OLE color: 10325442.

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

Color convert

RGB194141157-
CMYK00.270.190.24
HSL341.89º30.29%65.69%-
HSV(B)341.89º27.32%76.08%-
XYZ37.8632.9536.26-
YUV158.67127.06153.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 141 (55.47% from 255) = 28.66%
BLUE value IS 157 (61.72% from 255) = 31.91%
R=39.43%
G=28.66%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414115700.270.190.24341.8930.2965.69
HexC28D9D01B13181561e42
Octal302215235033233052636102
Binary1100001010001101100111010110111001111000101010110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28D9D; }

 p { color: rgb(194,141,157); }

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

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

 a { background-color: rgb(194,141,157); }

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

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

 span { border-color: rgb(194,141,157); }

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