Html Css Color HEX #C481AD Lily

📋 copy color: '#C481AD'

red 196 ◦ green 129 ◦ blue 173

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

Shades of Lily #C481AD

Tints of Lily #C481AD

RGB

 RED value IS 196 (76.95% from 255) = 39.36%

 GREEN value IS 129 (50.78% from 255) = 25.9%

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

R = 39.36%
G = 25.9%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C481AD (or 0xC481AD) is known color: Lily. HEX triplet: C4, 81 and AD. RGB value is (196,129,173). Sum of RGB (Red+Green+Blue) = 196+129+173=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 129 (50.78% from 255 or 25.90% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C481AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481AD is #3B7E52. Grayscale: #999999. Windows color (decimal): -3898963 or 11370948. OLE color: 11370948.

HSL color Cylindrical-coordinate representation of color #C481AD: hue angle of 320.6º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C481AD is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 173 -
CMYK 0 0.34 0.12 0.23
HSL 320.6º 0.36% 0.64% -
HSV(B) 320.6º 0.34% 0.77% -
XYZ 38.16 30.45 43.4 -
YUV 154.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 196 129 173 0 0.34 0.12 0.23 320.6 0.36 0.64
Hex C4 81 AD 0 22 C 17 141 24 40
Octal 304 201 255 0 42 14 27 501 44 100
Binary 11000100 10000001 10101101 0 100010 1100 10111 101000001 100100 1000000

Color Harmonies of #C481AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481AD

Black with #C481AD

Text Example


Text Example

White with #C481AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481AD; }

 p { color: rgb(196,129,173); }

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

background-color css

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

 a { background-color: rgb(196,129,173); }

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

border-color css

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

 span { border-color: rgb(196,129,173); }

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