Html Css Color HEX #CA82B9 Lily

📋 copy color: '#CA82B9'

red 202 ◦ green 130 ◦ blue 185

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

Shades of Lily #CA82B9

Tints of Lily #CA82B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.78%

R = 39.07%
G = 25.15%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#CA82B9 (or 0xCA82B9) is known color: Lily. HEX triplet: CA, 82 and B9. RGB value is (202,130,185). Sum of RGB (Red+Green+Blue) = 202+130+185=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 185 (72.66% from 255 or 35.78% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82B9 is #357D46. Grayscale: #9D9D9D. Windows color (decimal): -3505479 or 12157642. OLE color: 12157642.

HSL color Cylindrical-coordinate representation of color #CA82B9: hue angle of 314.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 #CA82B9 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 130 185 -
CMYK 0 0.36 0.08 0.21
HSL 314.17º 0.4% 0.65% -
HSV(B) 314.17º 0.36% 0.79% -
XYZ 41.1 32.02 49.91 -
YUV 157.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 202 130 185 0 0.36 0.08 0.21 314.17 0.4 0.65
Hex CA 82 B9 0 24 8 15 13A 28 41
Octal 312 202 271 0 44 10 25 472 50 101
Binary 11001010 10000010 10111001 0 100100 1000 10101 100111010 101000 1000001

Color Harmonies of #CA82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82B9

Black with #CA82B9

Text Example


Text Example

White with #CA82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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