Html Css Color HEX #C68FA5 Viola

📋 copy color: '#C68FA5'

red 198 ◦ green 143 ◦ blue 165

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

Shades of Viola #C68FA5

Tints of Viola #C68FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.61%

R = 39.13%
G = 28.26%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C68FA5 (or 0xC68FA5) is known color: Viola. HEX triplet: C6, 8F and A5. RGB value is (198,143,165). Sum of RGB (Red+Green+Blue) = 198+143+165=506 (67% of max value = 765). Red value is 198 (77.73% from 255 or 39.13% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 165 (64.84% from 255 or 32.61% from 506); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68FA5 is #39705A. Grayscale: #A1A1A1. Windows color (decimal): -3764315 or 10850246. OLE color: 10850246.

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

Color convert

RGB 198 143 165 -
CMYK 0 0.28 0.17 0.22
HSL 336º 0.33% 0.67% -
HSV(B) 336º 0.28% 0.78% -
XYZ 39.9 34.37 40.13 -
YUV 161.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 198 143 165 0 0.28 0.17 0.22 336 0.33 0.67
Hex C6 8F A5 0 1C 11 16 150 21 43
Octal 306 217 245 0 34 21 26 520 41 103
Binary 11000110 10001111 10100101 0 11100 10001 10110 101010000 100001 1000011

Color Harmonies of #C68FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68FA5

Black with #C68FA5

Text Example


Text Example

White with #C68FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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