#CA82B1

Color #CA82B1 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #CA82B1

Tints of Lily #CA82B1

Color information

#CA82B1 (or 0xCA82B1) is unknown color: approx Lily. HEX triplet: CA, 82 and B1. RGB value is (202,130,177). Sum of RGB (Red+Green+Blue) = 202+130+177=509 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.69% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 177 (69.53% from 255 or 34.77% from 509); Max value from RGB is 202 - color contains mainly: red. Hex color #CA82B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA82B1 is #357D4E. Grayscale: #9C9C9C. Windows color (decimal): -3505487 or 11633354. OLE color: 11633354.

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

Color convert

RGB202130177-
CMYK00.360.120.21
HSL320.83º40.45%65.1%-
HSV(B)320.83º35.64%79.22%-
XYZ40.2831.745.59-
YUV156.89139.35160.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.69%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 177 (69.53% from 255) = 34.77%
R=39.69%
G=25.54%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213017700.360.120.21320.8340.4565.1
HexCA82B1024C151412841
Octal312202261044142550150101
Binary11001010100000101011000101001001100101011010000011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA82B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA82B1; }

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

 H1.HeaderClassName
 {
   color: #CA82B1;
 }
 .AnyTagClassName
 {
   color: #CA82B1;
 }
</style>
background-color css

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

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

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

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

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

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