#C68EA7

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

Shades of Viola #C68EA7

Tints of Viola #C68EA7

Color information

#C68EA7 (or 0xC68EA7) is unknown color: approx Viola. HEX triplet: C6, 8E and A7. RGB value is (198,142,167). Sum of RGB (Red+Green+Blue) = 198+142+167=507 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.05% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 167 (65.62% from 255 or 32.94% from 507); Max value from RGB is 198 - color contains mainly: red. Hex color #C68EA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68EA7 is #397158. Grayscale: #A1A1A1. Windows color (decimal): -3764569 or 10981062. OLE color: 10981062.

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

Color convert

RGB198142167-
CMYK00.280.160.22
HSL333.21º32.94%66.67%-
HSV(B)333.21º28.28%77.65%-
XYZ39.9434.1441.04-
YUV161.59131.05153.97-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.05%
GREEN value IS 142 (55.86% from 255) = 28.01%
BLUE value IS 167 (65.62% from 255) = 32.94%
R=39.05%
G=28.01%
B=32.94%

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
Decimal19814216700.280.160.22333.2132.9466.67
HexC68EA701C101614d2143
Octal306216247034202651541103
Binary11000110100011101010011101110010000101101010011011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68EA7; }

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

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

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

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

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

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

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

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