#CC8FB7

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

Shades of Lily #CC8FB7

Tints of Lily #CC8FB7

Color information

#CC8FB7 (or 0xCC8FB7) is unknown color: approx Lily. HEX triplet: CC, 8F and B7. RGB value is (204,143,183). Sum of RGB (Red+Green+Blue) = 204+143+183=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 183 (71.88% from 255 or 34.53% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8FB7 is #337048. Grayscale: #A5A5A5. Windows color (decimal): -3371081 or 12029900. OLE color: 12029900.

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

Color convert

RGB204143183-
CMYK00.300.100.2
HSL320.66º37.42%68.04%-
HSV(B)320.66º29.9%80%-
XYZ43.2735.949.45-
YUV165.8137.71155.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 143 (56.25% from 255) = 26.98%
BLUE value IS 183 (71.88% from 255) = 34.53%
R=38.49%
G=26.98%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20414318300.300.100.2320.6637.4268.04
HexCC8FB701EA141412544
Octal314217267036122450145104
Binary1100110010001111101101110111101010101001010000011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8FB7; }

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

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

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

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

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

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

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

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