Html Css Color HEX #CA82B2 Lily

📋 copy color: '#CA82B2'

red 202 ◦ green 130 ◦ blue 178

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

Shades of Lily #CA82B2

Tints of Lily #CA82B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 34.9%

R = 39.61%
G = 25.49%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.12

 K value IS 0.21

RGB Variations

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

Color information

#CA82B2 (or 0xCA82B2) is known color: Lily. HEX triplet: CA, 82 and B2. RGB value is (202,130,178). Sum of RGB (Red+Green+Blue) = 202+130+178=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 178 (69.92% from 255 or 34.90% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82B2 is #357D4D. Grayscale: #9C9C9C. Windows color (decimal): -3505486 or 11698890. OLE color: 11698890.

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

Color convert

RGB 202 130 178 -
CMYK 0 0.36 0.12 0.21
HSL 320º 0.4% 0.65% -
HSV(B) 320º 0.36% 0.79% -
XYZ 40.38 31.74 46.12 -
YUV 157 139.85 160.1 -
System Red Green Blue C M Y K H S L
Decimal 202 130 178 0 0.36 0.12 0.21 320 0.4 0.65
Hex CA 82 B2 0 24 C 15 140 28 41
Octal 312 202 262 0 44 14 25 500 50 101
Binary 11001010 10000010 10110010 0 100100 1100 10101 101000000 101000 1000001

Color Harmonies of #CA82B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA82B2

Black with #CA82B2

Text Example


Text Example

White with #CA82B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA82B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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