Html Css Color HEX #CA8AAD Lily

📋 copy color: '#CA8AAD'

red 202 ◦ green 138 ◦ blue 173

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

Shades of Lily #CA8AAD

Tints of Lily #CA8AAD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.9%

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

R = 39.38%
G = 26.9%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA8AAD (or 0xCA8AAD) is known color: Lily. HEX triplet: CA, 8A and AD. RGB value is (202,138,173). Sum of RGB (Red+Green+Blue) = 202+138+173=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8AAD is #357552. Grayscale: #A1A1A1. Windows color (decimal): -3503443 or 11373258. OLE color: 11373258.

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

Color convert

RGB 202 138 173 -
CMYK 0 0.32 0.14 0.21
HSL 327.19º 0.38% 0.67% -
HSV(B) 327.19º 0.32% 0.79% -
XYZ 40.99 33.75 43.89 -
YUV 161.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 202 138 173 0 0.32 0.14 0.21 327.19 0.38 0.67
Hex CA 8A AD 0 20 E 15 147 26 43
Octal 312 212 255 0 40 16 25 507 46 103
Binary 11001010 10001010 10101101 0 100000 1110 10101 101000111 100110 1000011

Color Harmonies of #CA8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AAD

Black with #CA8AAD

Text Example


Text Example

White with #CA8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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