Html Css Color HEX #C68AAF Lily

📋 copy color: '#C68AAF'

red 198 ◦ green 138 ◦ blue 175

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

Shades of Lily #C68AAF

Tints of Lily #C68AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.25%

R = 38.75%
G = 27.01%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C68AAF (or 0xC68AAF) is known color: Lily. HEX triplet: C6, 8A and AF. RGB value is (198,138,175). Sum of RGB (Red+Green+Blue) = 198+138+175=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 175 (68.75% from 255 or 34.25% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C68AAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C68AAF is #397550. Grayscale: #A0A0A0. Windows color (decimal): -3765585 or 11504326. OLE color: 11504326.

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

Color convert

RGB 198 138 175 -
CMYK 0 0.30 0.12 0.22
HSL 323º 0.34% 0.66% -
HSV(B) 323º 0.3% 0.78% -
XYZ 40.12 33.28 44.87 -
YUV 160.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 198 138 175 0 0.30 0.12 0.22 323 0.34 0.66
Hex C6 8A AF 0 1E C 16 143 22 42
Octal 306 212 257 0 36 14 26 503 42 102
Binary 11000110 10001010 10101111 0 11110 1100 10110 101000011 100010 1000010

Color Harmonies of #C68AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AAF

Black with #C68AAF

Text Example


Text Example

White with #C68AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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