Html Css Color HEX #CA82AD Lily

📋 copy color: '#CA82AD'

red 202 ◦ green 130 ◦ blue 173

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

Shades of Lily #CA82AD

Tints of Lily #CA82AD

RGB

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

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

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

R = 40%
G = 25.74%
B = 34.26%

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

#CA82AD (or 0xCA82AD) is known color: Lily. HEX triplet: CA, 82 and AD. RGB value is (202,130,173). Sum of RGB (Red+Green+Blue) = 202+130+173=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82AD is #357D52. Grayscale: #9C9C9C. Windows color (decimal): -3505491 or 11371210. OLE color: 11371210.

HSL color Cylindrical-coordinate representation of color #CA82AD: hue angle of 324.17º degrees, saturation: 0.4, 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 #CA82AD is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 173 -
CMYK 0 0.36 0.14 0.21
HSL 324.17º 0.4% 0.65% -
HSV(B) 324.17º 0.36% 0.79% -
XYZ 39.88 31.54 43.52 -
YUV 156.43 137.35 160.5 -
System Red Green Blue C M Y K H S L
Decimal 202 130 173 0 0.36 0.14 0.21 324.17 0.4 0.65
Hex CA 82 AD 0 24 E 15 144 28 41
Octal 312 202 255 0 44 16 25 504 50 101
Binary 11001010 10000010 10101101 0 100100 1110 10101 101000100 101000 1000001

Color Harmonies of #CA82AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82AD

Black with #CA82AD

Text Example


Text Example

White with #CA82AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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