Html Css Color HEX #CA8DAD Lily

📋 copy color: '#CA8DAD'

red 202 ◦ green 141 ◦ blue 173

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

Shades of Lily #CA8DAD

Tints of Lily #CA8DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.33%

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

R = 39.15%
G = 27.33%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA8DAD (or 0xCA8DAD) is known color: Lily. HEX triplet: CA, 8D and AD. RGB value is (202,141,173). Sum of RGB (Red+Green+Blue) = 202+141+173=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 141 (55.47% from 255 or 27.33% from 516); Blue value is 173 (67.97% from 255 or 33.53% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DAD is #357252. Grayscale: #A2A2A2. Windows color (decimal): -3502675 or 11374026. OLE color: 11374026.

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

Color convert

RGB 202 141 173 -
CMYK 0 0.30 0.14 0.21
HSL 328.52º 0.37% 0.67% -
HSV(B) 328.52º 0.3% 0.79% -
XYZ 41.42 34.62 44.03 -
YUV 162.89 133.71 155.9 -
System Red Green Blue C M Y K H S L
Decimal 202 141 173 0 0.30 0.14 0.21 328.52 0.37 0.67
Hex CA 8D AD 0 1E E 15 149 25 43
Octal 312 215 255 0 36 16 25 511 45 103
Binary 11001010 10001101 10101101 0 11110 1110 10101 101001001 100101 1000011

Color Harmonies of #CA8DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8DAD

Black with #CA8DAD

Text Example


Text Example

White with #CA8DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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