#C68A9E

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

Shades of Viola #C68A9E

Tints of Viola #C68A9E

Color information

#C68A9E (or 0xC68A9E) is unknown color: approx Viola. HEX triplet: C6, 8A and 9E. RGB value is (198,138,158). Sum of RGB (Red+Green+Blue) = 198+138+158=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9E is #397561. Grayscale: #9E9E9E. Windows color (decimal): -3765602 or 10390214. OLE color: 10390214.

HSL color Cylindrical-coordinate representation of color #C68A9E: hue angle of 340º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C68A9E is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198138158-
CMYK00.300.200.22
HSL340º34.48%65.88%-
HSV(B)340º30.3%77.65%-
XYZ38.5532.6536.62-
YUV158.22127.88156.37-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.08%
GREEN value IS 138 (54.30% from 255) = 27.94%
BLUE value IS 158 (62.11% from 255) = 31.98%
R=40.08%
G=27.94%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813815800.300.200.2234034.4865.88
HexC68A9E01E14161542242
Octal306212236036242652442102
Binary11000110100010101001111001111010100101101010101001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A9E; }

 p { color: rgb(198,138,158); }

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

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

 a { background-color: rgb(198,138,158); }

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

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

 span { border-color: rgb(198,138,158); }

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