Html Css Color HEX #C68AAC Lily

📋 copy color: '#C68AAC'

red 198 ◦ green 138 ◦ blue 172

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

Shades of Lily #C68AAC

Tints of Lily #C68AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.17%

 BLUE value IS 172 (67.58% from 255) = 33.86%

R = 38.98%
G = 27.17%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C68AAC (or 0xC68AAC) is known color: Lily. HEX triplet: C6, 8A and AC. RGB value is (198,138,172). Sum of RGB (Red+Green+Blue) = 198+138+172=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 172 (67.58% from 255 or 33.86% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAC is #397553. Grayscale: #9F9F9F. Windows color (decimal): -3765588 or 11307718. OLE color: 11307718.

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

Color convert

RGB 198 138 172 -
CMYK 0 0.30 0.13 0.22
HSL 326º 0.34% 0.66% -
HSV(B) 326º 0.3% 0.78% -
XYZ 39.82 33.16 43.33 -
YUV 159.82 134.88 155.24 -
System Red Green Blue C M Y K H S L
Decimal 198 138 172 0 0.30 0.13 0.22 326 0.34 0.66
Hex C6 8A AC 0 1E D 16 146 22 42
Octal 306 212 254 0 36 15 26 506 42 102
Binary 11000110 10001010 10101100 0 11110 1101 10110 101000110 100010 1000010

Color Harmonies of #C68AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AAC

Black with #C68AAC

Text Example


Text Example

White with #C68AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AAC; }

 p { color: rgb(198,138,172); }

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

background-color css

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

 a { background-color: rgb(198,138,172); }

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

border-color css

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

 span { border-color: rgb(198,138,172); }

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