#C68FA6

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

Shades of Viola #C68FA6

Tints of Viola #C68FA6

Color information

#C68FA6 (or 0xC68FA6) is unknown color: approx Viola. HEX triplet: C6, 8F and A6. RGB value is (198,143,166). Sum of RGB (Red+Green+Blue) = 198+143+166=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 143 (56.25% from 255 or 28.21% from 507); Blue value is 166 (65.23% from 255 or 32.74% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FA6 is #397059. Grayscale: #A2A2A2. Windows color (decimal): -3764314 or 10915782. OLE color: 10915782.

HSL color Cylindrical-coordinate representation of color #C68FA6: hue angle of 334.91º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FA6 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB198143166-
CMYK00.280.160.22
HSL334.91º32.54%66.86%-
HSV(B)334.91º27.78%77.65%-
XYZ39.9934.440.61-
YUV162.07130.22153.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 143 (56.25% from 255) = 28.21%
BLUE value IS 166 (65.23% from 255) = 32.74%
R=39.05%
G=28.21%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814316600.280.160.22334.9132.5466.86
HexC68FA601C101614f2143
Octal306217246034202651741103
Binary11000110100011111010011001110010000101101010011111000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68FA6; }

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

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

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

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

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

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

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

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