Html Css Color HEX #CA81AD Lily

📋 copy color: '#CA81AD'

red 202 ◦ green 129 ◦ blue 173

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

Shades of Lily #CA81AD

Tints of Lily #CA81AD

RGB

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

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

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

R = 40.08%
G = 25.6%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA81AD (or 0xCA81AD) is known color: Lily. HEX triplet: CA, 81 and AD. RGB value is (202,129,173). Sum of RGB (Red+Green+Blue) = 202+129+173=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 129 (50.78% from 255 or 25.60% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 202 - color contains mainly: red. Hex color #CA81AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA81AD is #357E52. Grayscale: #9B9B9B. Windows color (decimal): -3505747 or 11370954. OLE color: 11370954.

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

Color convert

RGB 202 129 173 -
CMYK 0 0.36 0.14 0.21
HSL 323.84º 0.41% 0.65% -
HSV(B) 323.84º 0.36% 0.79% -
XYZ 39.75 31.27 43.48 -
YUV 155.84 137.68 160.92 -
System Red Green Blue C M Y K H S L
Decimal 202 129 173 0 0.36 0.14 0.21 323.84 0.41 0.65
Hex CA 81 AD 0 24 E 15 144 29 41
Octal 312 201 255 0 44 16 25 504 51 101
Binary 11001010 10000001 10101101 0 100100 1110 10101 101000100 101001 1000001

Color Harmonies of #CA81AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA81AD

Black with #CA81AD

Text Example


Text Example

White with #CA81AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA81AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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