#cf7fb1

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

Shades of Lily #CF7FB1

Tints of Lily #CF7FB1

Color information

#CF7FB1 (or 0xCF7FB1) is unknown color: approx Lily. HEX triplet: CF, 7F and B1. RGB value is (207,127,177). Sum of RGB (Red+Green+Blue) = 207+127+177=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 177 (69.53% from 255 or 34.64% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7FB1 is #30804E. Grayscale: #9C9C9C. Windows color (decimal): -3178575 or 11632591. OLE color: 11632591.

HSL color Cylindrical-coordinate representation of color #CF7FB1: hue angle of 322.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF7FB1 is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.19.

Color convert

RGB207127177-
CMYK00.390.140.19
HSL322.5º45.45%65.49%-
HSV(B)322.5º38.65%81.18%-
XYZ41.2631.6245.52-
YUV156.62139.5163.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 177 (69.53% from 255) = 34.64%
R=40.51%
G=24.85%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712717700.390.140.19322.545.4565.49
HexCF7FB1027E131422d41
Octal317177261047162350255101
Binary1100111111111111011000101001111110100111010000101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf7fb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf7fb1; }

 p { color: rgb(207,127,177); }

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

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

 a { background-color: rgb(207,127,177); }

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

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

 span { border-color: rgb(207,127,177); }

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