Html Css Color HEX #CA83AD Lily

📋 copy color: '#CA83AD'

red 202 ◦ green 131 ◦ blue 173

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

Shades of Lily #CA83AD

Tints of Lily #CA83AD

RGB

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

 GREEN value IS 131 (51.56% from 255) = 25.89%

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

R = 39.92%
G = 25.89%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA83AD (or 0xCA83AD) is known color: Lily. HEX triplet: CA, 83 and AD. RGB value is (202,131,173). Sum of RGB (Red+Green+Blue) = 202+131+173=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 202 - color contains mainly: red. Hex color #CA83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA83AD is #357C52. Grayscale: #9C9C9C. Windows color (decimal): -3505235 or 11371466. OLE color: 11371466.

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

Color convert

RGB 202 131 173 -
CMYK 0 0.35 0.14 0.21
HSL 324.51º 0.4% 0.65% -
HSV(B) 324.51º 0.35% 0.79% -
XYZ 40.02 31.81 43.57 -
YUV 157.02 137.02 160.08 -
System Red Green Blue C M Y K H S L
Decimal 202 131 173 0 0.35 0.14 0.21 324.51 0.4 0.65
Hex CA 83 AD 0 23 E 15 145 28 41
Octal 312 203 255 0 43 16 25 505 50 101
Binary 11001010 10000011 10101101 0 100011 1110 10101 101000101 101000 1000001

Color Harmonies of #CA83AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA83AD

Black with #CA83AD

Text Example


Text Example

White with #CA83AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA83AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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