Html Css Color HEX #C18AAD Lily

📋 copy color: '#C18AAD'

red 193 ◦ green 138 ◦ blue 173

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

Shades of Lily #C18AAD

Tints of Lily #C18AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.33%

R = 38.29%
G = 27.38%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C18AAD (or 0xC18AAD) is known color: Lily. HEX triplet: C1, 8A and AD. RGB value is (193,138,173). Sum of RGB (Red+Green+Blue) = 193+138+173=504 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.29% from 504); Green value is 138 (54.30% from 255 or 27.38% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 193 - color contains mainly: red. Hex color #C18AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18AAD is #3E7552. Grayscale: #9E9E9E. Windows color (decimal): -4093267 or 11373249. OLE color: 11373249.

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

Color convert

RGB 193 138 173 -
CMYK 0 0.28 0.10 0.24
HSL 321.82º 0.31% 0.65% -
HSV(B) 321.82º 0.28% 0.76% -
XYZ 38.62 32.53 43.78 -
YUV 158.44 136.22 152.65 -
System Red Green Blue C M Y K H S L
Decimal 193 138 173 0 0.28 0.10 0.24 321.82 0.31 0.65
Hex C1 8A AD 0 1C A 18 142 1F 41
Octal 301 212 255 0 34 12 30 502 37 101
Binary 11000001 10001010 10101101 0 11100 1010 11000 101000010 11111 1000001

Color Harmonies of #C18AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18AAD

Black with #C18AAD

Text Example


Text Example

White with #C18AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18AAD; }

 p { color: rgb(193,138,173); }

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

background-color css

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

 a { background-color: rgb(193,138,173); }

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

border-color css

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

 span { border-color: rgb(193,138,173); }

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