Html Css Color HEX #C68F9F Viola

📋 copy color: '#C68F9F'

red 198 ◦ green 143 ◦ blue 159

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

Shades of Viola #C68F9F

Tints of Viola #C68F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.6%

 BLUE value IS 159 (62.5% from 255) = 31.8%

R = 39.6%
G = 28.6%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#C68F9F (or 0xC68F9F) is known color: Viola. HEX triplet: C6, 8F and 9F. RGB value is (198,143,159). Sum of RGB (Red+Green+Blue) = 198+143+159=500 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.6% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 198 - color contains mainly: red. Hex color #C68F9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68F9F is #397060. Grayscale: #A1A1A1. Windows color (decimal): -3764321 or 10457030. OLE color: 10457030.

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

Color convert

RGB 198 143 159 -
CMYK 0 0.28 0.20 0.22
HSL 342.55º 0.33% 0.67% -
HSV(B) 342.55º 0.28% 0.78% -
XYZ 39.37 34.15 37.32 -
YUV 161.27 126.72 154.2 -
System Red Green Blue C M Y K H S L
Decimal 198 143 159 0 0.28 0.20 0.22 342.55 0.33 0.67
Hex C6 8F 9F 0 1C 14 16 157 21 43
Octal 306 217 237 0 34 24 26 527 41 103
Binary 11000110 10001111 10011111 0 11100 10100 10110 101010111 100001 1000011

Color Harmonies of #C68F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68F9F

Black with #C68F9F

Text Example


Text Example

White with #C68F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68F9F; }

 p { color: rgb(198,143,159); }

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

background-color css

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

 a { background-color: rgb(198,143,159); }

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

border-color css

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

 span { border-color: rgb(198,143,159); }

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