#CC81B7

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

Shades of Lily #CC81B7

Tints of Lily #CC81B7

Color information

#CC81B7 (or 0xCC81B7) is unknown color: approx Lily. HEX triplet: CC, 81 and B7. RGB value is (204,129,183). Sum of RGB (Red+Green+Blue) = 204+129+183=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC81B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC81B7 is #337E48. Grayscale: #9D9D9D. Windows color (decimal): -3374665 or 12026316. OLE color: 12026316.

HSL color Cylindrical-coordinate representation of color #CC81B7: hue angle of 316.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC81B7 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB204129183-
CMYK00.370.100.2
HSL316.8º42.37%65.29%-
HSV(B)316.8º36.76%80%-
XYZ41.331.9648.79-
YUV157.58142.35161.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.53%
GREEN value IS 129 (50.78% from 255) = 25%
BLUE value IS 183 (71.88% from 255) = 35.47%
R=39.53%
G=25%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412918300.370.100.2316.842.3765.29
HexCC81B7025A1413d2a41
Octal314201267045122447552101
Binary11001100100000011011011101001011010101001001111011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC81B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC81B7; }

 p { color: rgb(204,129,183); }

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

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

 a { background-color: rgb(204,129,183); }

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

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

 span { border-color: rgb(204,129,183); }

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