#C68DA7

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

Shades of Viola #C68DA7

Tints of Viola #C68DA7

Color information

#C68DA7 (or 0xC68DA7) is unknown color: approx Viola. HEX triplet: C6, 8D and A7. RGB value is (198,141,167). Sum of RGB (Red+Green+Blue) = 198+141+167=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 141 (55.47% from 255 or 27.87% from 506); Blue value is 167 (65.62% from 255 or 33.00% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DA7 is #397258. Grayscale: #A0A0A0. Windows color (decimal): -3764825 or 10980806. OLE color: 10980806.

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

Color convert

RGB198141167-
CMYK00.290.160.22
HSL332.63º33.33%66.47%-
HSV(B)332.63º28.79%77.65%-
XYZ39.7933.8540.99-
YUV161.01131.38154.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.13%
GREEN value IS 141 (55.47% from 255) = 27.87%
BLUE value IS 167 (65.62% from 255) = 33.00%
R=39.13%
G=27.87%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814116700.290.160.22332.6333.3366.47
HexC68DA701D101614d2142
Octal306215247035202651541102
Binary11000110100011011010011101110110000101101010011011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68DA7; }

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

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

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

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

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

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

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

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