Html Css Color HEX #C281AA Lily

📋 copy color: '#C281AA'

red 194 ◦ green 129 ◦ blue 170

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

Shades of Lily #C281AA

Tints of Lily #C281AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 39.35%
G = 26.17%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C281AA (or 0xC281AA) is known color: Lily. HEX triplet: C2, 81 and AA. RGB value is (194,129,170). Sum of RGB (Red+Green+Blue) = 194+129+170=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 129 (50.78% from 255 or 26.17% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C281AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C281AA is #3D7E55. Grayscale: #999999. Windows color (decimal): -4030038 or 11174338. OLE color: 11174338.

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

Color convert

RGB 194 129 170 -
CMYK 0 0.34 0.12 0.24
HSL 322.15º 0.35% 0.63% -
HSV(B) 322.15º 0.34% 0.76% -
XYZ 37.35 30.07 41.87 -
YUV 153.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 194 129 170 0 0.34 0.12 0.24 322.15 0.35 0.63
Hex C2 81 AA 0 22 C 18 142 23 3F
Octal 302 201 252 0 42 14 30 502 43 77
Binary 11000010 10000001 10101010 0 100010 1100 11000 101000010 100011 111111

Color Harmonies of #C281AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C281AA

Black with #C281AA

Text Example


Text Example

White with #C281AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C281AA; }

 p { color: rgb(194,129,170); }

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

background-color css

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

 a { background-color: rgb(194,129,170); }

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

border-color css

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

 span { border-color: rgb(194,129,170); }

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