#C68CA8

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

Shades of Viola #C68CA8

Tints of Viola #C68CA8

Color information

#C68CA8 (or 0xC68CA8) is unknown color: approx Viola. HEX triplet: C6, 8C and A8. RGB value is (198,140,168). Sum of RGB (Red+Green+Blue) = 198+140+168=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 140 (55.08% from 255 or 27.67% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CA8 is #397357. Grayscale: #A0A0A0. Windows color (decimal): -3765080 or 11046086. OLE color: 11046086.

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

Color convert

RGB198140168-
CMYK00.290.150.22
HSL331.03º33.72%66.27%-
HSV(B)331.03º29.29%77.65%-
XYZ39.7333.5941.43-
YUV160.53132.22154.72-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 140 (55.08% from 255) = 27.67%
BLUE value IS 168 (66.02% from 255) = 33.20%
R=39.13%
G=27.67%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814016800.290.150.22331.0333.7266.27
HexC68CA801DF1614b2242
Octal306214250035172651342102
Binary1100011010001100101010000111011111101101010010111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68CA8; }

 p { color: rgb(198,140,168); }

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

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

 a { background-color: rgb(198,140,168); }

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

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

 span { border-color: rgb(198,140,168); }

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