#C68BA6

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

Shades of Viola #C68BA6

Tints of Viola #C68BA6

Color information

#C68BA6 (or 0xC68BA6) is unknown color: approx Viola. HEX triplet: C6, 8B and A6. RGB value is (198,139,166). Sum of RGB (Red+Green+Blue) = 198+139+166=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 166 (65.23% from 255 or 33.00% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BA6 is #397459. Grayscale: #9F9F9F. Windows color (decimal): -3765338 or 10914758. OLE color: 10914758.

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

Color convert

RGB198139166-
CMYK00.300.160.22
HSL332.54º34.1%66.08%-
HSV(B)332.54º29.8%77.65%-
XYZ39.433.2240.41-
YUV159.72131.55155.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 139 (54.69% from 255) = 27.63%
BLUE value IS 166 (65.23% from 255) = 33.00%
R=39.36%
G=27.63%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813916600.300.160.22332.5434.166.08
HexC68BA601E101614d2242
Octal306213246036202651542102
Binary11000110100010111010011001111010000101101010011011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68BA6; }

 p { color: rgb(198,139,166); }

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

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

 a { background-color: rgb(198,139,166); }

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

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

 span { border-color: rgb(198,139,166); }

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