Html Css Color HEX #C68CA7 Viola

📋 copy color: '#C68CA7'

red 198 ◦ green 140 ◦ blue 167

#C68CA7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viola #C68CA7

Tints of Viola #C68CA7

RGB

 RED value IS 198 (77.73% from 255) = 39.21%

 GREEN value IS 140 (55.08% from 255) = 27.72%

 BLUE value IS 167 (65.63% from 255) = 33.07%

R = 39.21%
G = 27.72%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C68CA7 (or 0xC68CA7) is known color: Viola. HEX triplet: C6, 8C and A7. RGB value is (198,140,167). Sum of RGB (Red+Green+Blue) = 198+140+167=505 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.21% from 505); Green value is 140 (55.08% from 255 or 27.72% from 505); Blue value is 167 (65.62% from 255 or 33.07% from 505); Max value from RGB is 198 - color contains mainly: red. Hex color #C68CA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68CA7 is #397358. Grayscale: #A0A0A0. Windows color (decimal): -3765081 or 10980550. OLE color: 10980550.

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

Color convert

RGB 198 140 167 -
CMYK 0 0.29 0.16 0.22
HSL 332.07º 0.34% 0.66% -
HSV(B) 332.07º 0.29% 0.78% -
XYZ 39.64 33.55 40.95 -
YUV 160.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 198 140 167 0 0.29 0.16 0.22 332.07 0.34 0.66
Hex C6 8C A7 0 1D 10 16 14C 22 42
Octal 306 214 247 0 35 20 26 514 42 102
Binary 11000110 10001100 10100111 0 11101 10000 10110 101001100 100010 1000010

Color Harmonies of #C68CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68CA7

Black with #C68CA7

Text Example


Text Example

White with #C68CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68CA7; }

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

 H1.HeaderClassName
 {
   color: #C68CA7;
 }
 .AnyTagClassName
 {
   color: #C68CA7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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