Html Css Color HEX #C68DAA Lily

📋 copy color: '#C68DAA'

red 198 ◦ green 141 ◦ blue 170

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

Shades of Lily #C68DAA

Tints of Lily #C68DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.4%

R = 38.9%
G = 27.7%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C68DAA (or 0xC68DAA) is known color: Lily. HEX triplet: C6, 8D and AA. RGB value is (198,141,170). Sum of RGB (Red+Green+Blue) = 198+141+170=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 170 (66.80% from 255 or 33.40% from 509); Max value from RGB is 198 - color contains mainly: red. Hex color #C68DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68DAA is #397255. Grayscale: #A1A1A1. Windows color (decimal): -3764822 or 11177414. OLE color: 11177414.

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

Color convert

RGB 198 141 170 -
CMYK 0 0.29 0.14 0.22
HSL 329.47º 0.33% 0.66% -
HSV(B) 329.47º 0.29% 0.78% -
XYZ 40.07 33.96 42.47 -
YUV 161.35 132.88 154.14 -
System Red Green Blue C M Y K H S L
Decimal 198 141 170 0 0.29 0.14 0.22 329.47 0.33 0.66
Hex C6 8D AA 0 1D E 16 149 21 42
Octal 306 215 252 0 35 16 26 511 41 102
Binary 11000110 10001101 10101010 0 11101 1110 10110 101001001 100001 1000010

Color Harmonies of #C68DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68DAA

Black with #C68DAA

Text Example


Text Example

White with #C68DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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