#C68DA8

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

Shades of Viola #C68DA8

Tints of Viola #C68DA8

Color information

#C68DA8 (or 0xC68DA8) is unknown color: approx Viola. HEX triplet: C6, 8D and A8. RGB value is (198,141,168). Sum of RGB (Red+Green+Blue) = 198+141+168=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 168 (66.02% from 255 or 33.14% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DA8 is #397257. Grayscale: #A1A1A1. Windows color (decimal): -3764824 or 11046342. OLE color: 11046342.

HSL color Cylindrical-coordinate representation of color #C68DA8: hue angle of 331.58º degrees, saturation: 0.33, 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 #C68DA8 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB198141168-
CMYK00.290.150.22
HSL331.58º33.33%66.47%-
HSV(B)331.58º28.79%77.65%-
XYZ39.8833.8841.48-
YUV161.12131.88154.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 141 (55.47% from 255) = 27.81%
BLUE value IS 168 (66.02% from 255) = 33.14%
R=39.05%
G=27.81%
B=33.14%

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
Decimal19814116800.290.150.22331.5833.3366.47
HexC68DA801DF1614c2142
Octal306215250035172651441102
Binary1100011010001101101010000111011111101101010011001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DA8; }

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

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

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

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

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

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

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

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