Html Css Color HEX #C282AD Lily

📋 copy color: '#C282AD'

red 194 ◦ green 130 ◦ blue 173

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

Shades of Lily #C282AD

Tints of Lily #C282AD

RGB

 RED value IS 194 (76.17% from 255) = 39.03%

 GREEN value IS 130 (51.17% from 255) = 26.16%

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

R = 39.03%
G = 26.16%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C282AD (or 0xC282AD) is known color: Lily. HEX triplet: C2, 82 and AD. RGB value is (194,130,173). Sum of RGB (Red+Green+Blue) = 194+130+173=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C282AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C282AD is #3D7D52. Grayscale: #999999. Windows color (decimal): -4029779 or 11371202. OLE color: 11371202.

HSL color Cylindrical-coordinate representation of color #C282AD: hue angle of 319.69º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C282AD is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 173 -
CMYK 0 0.33 0.11 0.24
HSL 319.69º 0.34% 0.64% -
HSV(B) 319.69º 0.33% 0.76% -
XYZ 37.77 30.45 43.42 -
YUV 154.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 194 130 173 0 0.33 0.11 0.24 319.69 0.34 0.64
Hex C2 82 AD 0 21 B 18 140 22 40
Octal 302 202 255 0 41 13 30 500 42 100
Binary 11000010 10000010 10101101 0 100001 1011 11000 101000000 100010 1000000

Color Harmonies of #C282AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C282AD

Black with #C282AD

Text Example


Text Example

White with #C282AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C282AD; }

 p { color: rgb(194,130,173); }

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

background-color css

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

 a { background-color: rgb(194,130,173); }

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

border-color css

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

 span { border-color: rgb(194,130,173); }

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