Html Css Color HEX #C18DAF Lily

📋 copy color: '#C18DAF'

red 193 ◦ green 141 ◦ blue 175

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

Shades of Lily #C18DAF

Tints of Lily #C18DAF

RGB

 RED value IS 193 (75.78% from 255) = 37.92%

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

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

R = 37.92%
G = 27.7%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C18DAF (or 0xC18DAF) is known color: Lily. HEX triplet: C1, 8D and AF. RGB value is (193,141,175). Sum of RGB (Red+Green+Blue) = 193+141+175=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 141 (55.47% from 255 or 27.70% from 509); Blue value is 175 (68.75% from 255 or 34.38% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C18DAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18DAF is #3E7250. Grayscale: #A0A0A0. Windows color (decimal): -4092497 or 11505089. OLE color: 11505089.

HSL color Cylindrical-coordinate representation of color #C18DAF: hue angle of 320.77º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C18DAF is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 141 175 -
CMYK 0 0.27 0.09 0.24
HSL 320.77º 0.3% 0.65% -
HSV(B) 320.77º 0.27% 0.76% -
XYZ 39.26 33.48 44.95 -
YUV 160.42 136.23 151.24 -
System Red Green Blue C M Y K H S L
Decimal 193 141 175 0 0.27 0.09 0.24 320.77 0.3 0.65
Hex C1 8D AF 0 1B 9 18 141 1E 41
Octal 301 215 257 0 33 11 30 501 36 101
Binary 11000001 10001101 10101111 0 11011 1001 11000 101000001 11110 1000001

Color Harmonies of #C18DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18DAF

Black with #C18DAF

Text Example


Text Example

White with #C18DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18DAF; }

 p { color: rgb(193,141,175); }

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

background-color css

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

 a { background-color: rgb(193,141,175); }

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

border-color css

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

 span { border-color: rgb(193,141,175); }

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