#C881B3

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

Shades of Lily #C881B3

Tints of Lily #C881B3

Color information

#C881B3 (or 0xC881B3) is unknown color: approx Lily. HEX triplet: C8, 81 and B3. RGB value is (200,129,179). Sum of RGB (Red+Green+Blue) = 200+129+179=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C881B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881B3 is #377E4C. Grayscale: #9B9B9B. Windows color (decimal): -3636813 or 11764168. OLE color: 11764168.

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

Color convert

RGB200129179-
CMYK00.360.100.22
HSL317.75º39.23%64.51%-
HSV(B)317.75º35.5%78.43%-
XYZ39.8131.2346.58-
YUV155.93141.02159.43-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 39.37%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 179 (70.31% from 255) = 35.24%
R=39.37%
G=25.39%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20012917900.360.100.22317.7539.2364.51
HexC881B3024A1613e2741
Octal310201263044122647647101
Binary11001000100000011011001101001001010101101001111101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C881B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C881B3; }

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

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

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

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

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

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

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

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