Html Css Color HEX #C481B0 Lily

📋 copy color: '#C481B0'

red 196 ◦ green 129 ◦ blue 176

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

Shades of Lily #C481B0

Tints of Lily #C481B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 35.13%

R = 39.12%
G = 25.75%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C481B0 (or 0xC481B0) is known color: Lily. HEX triplet: C4, 81 and B0. RGB value is (196,129,176). Sum of RGB (Red+Green+Blue) = 196+129+176=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C481B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C481B0 is #3B7E4F. Grayscale: #9A9A9A. Windows color (decimal): -3898960 or 11567556. OLE color: 11567556.

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

Color convert

RGB 196 129 176 -
CMYK 0 0.34 0.10 0.23
HSL 317.91º 0.36% 0.64% -
HSV(B) 317.91º 0.34% 0.77% -
XYZ 38.45 30.57 44.95 -
YUV 154.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 196 129 176 0 0.34 0.10 0.23 317.91 0.36 0.64
Hex C4 81 B0 0 22 A 17 13E 24 40
Octal 304 201 260 0 42 12 27 476 44 100
Binary 11000100 10000001 10110000 0 100010 1010 10111 100111110 100100 1000000

Color Harmonies of #C481B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C481B0

Black with #C481B0

Text Example


Text Example

White with #C481B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C481B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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