Html Css Color HEX #C68D9D Viola

📋 copy color: '#C68D9D'

red 198 ◦ green 141 ◦ blue 157

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

Shades of Viola #C68D9D

Tints of Viola #C68D9D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.43%

 BLUE value IS 157 (61.72% from 255) = 31.65%

R = 39.92%
G = 28.43%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.22

RGB Variations

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

Color information

#C68D9D (or 0xC68D9D) is known color: Viola. HEX triplet: C6, 8D and 9D. RGB value is (198,141,157). Sum of RGB (Red+Green+Blue) = 198+141+157=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 141 (55.47% from 255 or 28.43% from 496); Blue value is 157 (61.72% from 255 or 31.65% from 496); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68D9D is #397262. Grayscale: #9F9F9F. Windows color (decimal): -3764835 or 10325446. OLE color: 10325446.

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

Color convert

RGB 198 141 157 -
CMYK 0 0.29 0.21 0.22
HSL 343.16º 0.33% 0.66% -
HSV(B) 343.16º 0.29% 0.78% -
XYZ 38.9 33.49 36.31 -
YUV 159.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 198 141 157 0 0.29 0.21 0.22 343.16 0.33 0.66
Hex C6 8D 9D 0 1D 15 16 157 21 42
Octal 306 215 235 0 35 25 26 527 41 102
Binary 11000110 10001101 10011101 0 11101 10101 10110 101010111 100001 1000010

Color Harmonies of #C68D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68D9D

Black with #C68D9D

Text Example


Text Example

White with #C68D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68D9D; }

 p { color: rgb(198,141,157); }

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

background-color css

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

 a { background-color: rgb(198,141,157); }

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

border-color css

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

 span { border-color: rgb(198,141,157); }

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