#C882B3

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

Shades of Lily #C882B3

Tints of Lily #C882B3

Color information

#C882B3 (or 0xC882B3) is unknown color: approx Lily. HEX triplet: C8, 82 and B3. RGB value is (200,130,179). Sum of RGB (Red+Green+Blue) = 200+130+179=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 130 (51.17% from 255 or 25.54% from 509); Blue value is 179 (70.31% from 255 or 35.17% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C882B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882B3 is #377D4C. Grayscale: #9C9C9C. Windows color (decimal): -3636557 or 11764424. OLE color: 11764424.

HSL color Cylindrical-coordinate representation of color #C882B3: hue angle of 318º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882B3 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB200130179-
CMYK00.350.100.22
HSL318º38.89%64.71%-
HSV(B)318º35%78.43%-
XYZ39.9431.546.62-
YUV156.52140.69159.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.29%
GREEN value IS 130 (51.17% from 255) = 25.54%
BLUE value IS 179 (70.31% from 255) = 35.17%
R=39.29%
G=25.54%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013017900.350.100.2231838.8964.71
HexC882B3023A1613e2741
Octal310202263043122647647101
Binary11001000100000101011001101000111010101101001111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C882B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C882B3; }

 p { color: rgb(200,130,179); }

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

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

 a { background-color: rgb(200,130,179); }

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

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

 span { border-color: rgb(200,130,179); }

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