#C68A9F

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

Shades of Viola #C68A9F

Tints of Viola #C68A9F

Color information

#C68A9F (or 0xC68A9F) is unknown color: approx Viola. HEX triplet: C6, 8A and 9F. RGB value is (198,138,159). Sum of RGB (Red+Green+Blue) = 198+138+159=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 159 (62.5% from 255 or 32.12% from 495); Max value from RGB is 198 - color contains mainly: red. Hex color #C68A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68A9F is #397560. Grayscale: #9E9E9E. Windows color (decimal): -3765601 or 10455750. OLE color: 10455750.

HSL color Cylindrical-coordinate representation of color #C68A9F: hue angle of 339º 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 #C68A9F is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB198138159-
CMYK00.300.200.22
HSL339º34.48%65.88%-
HSV(B)339º30.3%77.65%-
XYZ38.6432.6937.07-
YUV158.33128.38156.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 159 (62.5% from 255) = 32.12%
R=40%
G=27.88%
B=32.12%

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
Decimal19813815900.300.200.2233934.4865.88
HexC68A9F01E14161532242
Octal306212237036242652342102
Binary11000110100010101001111101111010100101101010100111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68A9F; }

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

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

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

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

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

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

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

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