Html Css Color HEX #C481AF Lily

📋 copy color: '#C481AF'

red 196 ◦ green 129 ◦ blue 175

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

Shades of Lily #C481AF

Tints of Lily #C481AF

RGB

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

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

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

R = 39.2%
G = 25.8%
B = 35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C481AF (or 0xC481AF) is known color: Lily. HEX triplet: C4, 81 and AF. RGB value is (196,129,175). Sum of RGB (Red+Green+Blue) = 196+129+175=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 129 (50.78% from 255 or 25.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C481AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481AF is #3B7E50. Grayscale: #9A9A9A. Windows color (decimal): -3898961 or 11502020. OLE color: 11502020.

HSL color Cylindrical-coordinate representation of color #C481AF: hue angle of 318.81º 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 #C481AF is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 129 175 -
CMYK 0 0.34 0.11 0.23
HSL 318.81º 0.36% 0.64% -
HSV(B) 318.81º 0.34% 0.77% -
XYZ 38.35 30.53 44.43 -
YUV 154.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 196 129 175 0 0.34 0.11 0.23 318.81 0.36 0.64
Hex C4 81 AF 0 22 B 17 13F 24 40
Octal 304 201 257 0 42 13 27 477 44 100
Binary 11000100 10000001 10101111 0 100010 1011 10111 100111111 100100 1000000

Color Harmonies of #C481AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481AF

Black with #C481AF

Text Example


Text Example

White with #C481AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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