#C18C9E

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

Shades of Viola #C18C9E

Tints of Viola #C18C9E

Color information

#C18C9E (or 0xC18C9E) is unknown color: approx Viola. HEX triplet: C1, 8C and 9E. RGB value is (193,140,158). Sum of RGB (Red+Green+Blue) = 193+140+158=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 158 (62.11% from 255 or 32.18% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C9E is #3E7361. Grayscale: #9D9D9D. Windows color (decimal): -4092770 or 10390721. OLE color: 10390721.

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

Color convert

RGB193140158-
CMYK00.270.180.24
HSL339.62º29.94%65.29%-
HSV(B)339.62º27.46%75.69%-
XYZ37.5432.5636.65-
YUV157.9128.06153.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 158 (62.11% from 255) = 32.18%
R=39.31%
G=28.51%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314015800.270.180.24339.6229.9465.29
HexC18C9E01B12181541e41
Octal301214236033223052436101
Binary1100000110001100100111100110111001011000101010100111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C9E; }

 p { color: rgb(193,140,158); }

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

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

 a { background-color: rgb(193,140,158); }

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

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

 span { border-color: rgb(193,140,158); }

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