Html Css Color HEX #CA80AD Lily

📋 copy color: '#CA80AD'

red 202 ◦ green 128 ◦ blue 173

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

Shades of Lily #CA80AD

Tints of Lily #CA80AD

RGB

 RED value IS 202 (79.3% from 255) = 40.16%

 GREEN value IS 128 (50.39% from 255) = 25.45%

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

R = 40.16%
G = 25.45%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA80AD (or 0xCA80AD) is known color: Lily. HEX triplet: CA, 80 and AD. RGB value is (202,128,173). Sum of RGB (Red+Green+Blue) = 202+128+173=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 173 (67.97% from 255 or 34.39% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA80AD is #357F52. Grayscale: #9B9B9B. Windows color (decimal): -3506003 or 11370698. OLE color: 11370698.

HSL color Cylindrical-coordinate representation of color #CA80AD: hue angle of 323.51º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA80AD is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 128 173 -
CMYK 0 0.37 0.14 0.21
HSL 323.51º 0.41% 0.65% -
HSV(B) 323.51º 0.37% 0.79% -
XYZ 39.62 31.01 43.43 -
YUV 155.26 138.02 161.34 -
System Red Green Blue C M Y K H S L
Decimal 202 128 173 0 0.37 0.14 0.21 323.51 0.41 0.65
Hex CA 80 AD 0 25 E 15 144 29 41
Octal 312 200 255 0 45 16 25 504 51 101
Binary 11001010 10000000 10101101 0 100101 1110 10101 101000100 101001 1000001

Color Harmonies of #CA80AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA80AD

Black with #CA80AD

Text Example


Text Example

White with #CA80AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA80AD; }

 p { color: rgb(202,128,173); }

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

background-color css

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

 a { background-color: rgb(202,128,173); }

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

border-color css

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

 span { border-color: rgb(202,128,173); }

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