Html Css Color HEX #CA82BB Lily

📋 copy color: '#CA82BB'

red 202 ◦ green 130 ◦ blue 187

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

Shades of Lily #CA82BB

Tints of Lily #CA82BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 36.03%

R = 38.92%
G = 25.05%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#CA82BB (or 0xCA82BB) is known color: Lily. HEX triplet: CA, 82 and BB. RGB value is (202,130,187). Sum of RGB (Red+Green+Blue) = 202+130+187=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82BB is #357D44. Grayscale: #9D9D9D. Windows color (decimal): -3505477 or 12288714. OLE color: 12288714.

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

Color convert

RGB 202 130 187 -
CMYK 0 0.36 0.07 0.21
HSL 312.5º 0.4% 0.65% -
HSV(B) 312.5º 0.36% 0.79% -
XYZ 41.31 32.11 51.03 -
YUV 158.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 202 130 187 0 0.36 0.07 0.21 312.5 0.4 0.65
Hex CA 82 BB 0 24 7 15 138 28 41
Octal 312 202 273 0 44 7 25 470 50 101
Binary 11001010 10000010 10111011 0 100100 111 10101 100111000 101000 1000001

Color Harmonies of #CA82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82BB

Black with #CA82BB

Text Example


Text Example

White with #CA82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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