Html Css Color HEX #C68BA1 Viola

📋 copy color: '#C68BA1'

red 198 ◦ green 139 ◦ blue 161

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

Shades of Viola #C68BA1

Tints of Viola #C68BA1

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.91%

 BLUE value IS 161 (63.28% from 255) = 32.33%

R = 39.76%
G = 27.91%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C68BA1 (or 0xC68BA1) is known color: Viola. HEX triplet: C6, 8B and A1. RGB value is (198,139,161). Sum of RGB (Red+Green+Blue) = 198+139+161=498 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.76% from 498); Green value is 139 (54.69% from 255 or 27.91% from 498); Blue value is 161 (63.28% from 255 or 32.33% from 498); Max value from RGB is 198 - color contains mainly: red. Hex color #C68BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68BA1 is #39745E. Grayscale: #9F9F9F. Windows color (decimal): -3765343 or 10587078. OLE color: 10587078.

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

Color convert

RGB 198 139 161 -
CMYK 0 0.30 0.19 0.22
HSL 337.63º 0.34% 0.66% -
HSV(B) 337.63º 0.3% 0.78% -
XYZ 38.95 33.04 38.04 -
YUV 159.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 198 139 161 0 0.30 0.19 0.22 337.63 0.34 0.66
Hex C6 8B A1 0 1E 13 16 152 22 42
Octal 306 213 241 0 36 23 26 522 42 102
Binary 11000110 10001011 10100001 0 11110 10011 10110 101010010 100010 1000010

Color Harmonies of #C68BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BA1

Black with #C68BA1

Text Example


Text Example

White with #C68BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BA1; }

 p { color: rgb(198,139,161); }

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

background-color css

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

 a { background-color: rgb(198,139,161); }

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

border-color css

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

 span { border-color: rgb(198,139,161); }

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