#CF8DB7

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

Shades of Lily #CF8DB7

Tints of Lily #CF8DB7

Color information

#CF8DB7 (or 0xCF8DB7) is unknown color: approx Lily. HEX triplet: CF, 8D and B7. RGB value is (207,141,183). Sum of RGB (Red+Green+Blue) = 207+141+183=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 183 (71.88% from 255 or 34.46% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8DB7 is #307248. Grayscale: #A5A5A5. Windows color (decimal): -3174985 or 12029391. OLE color: 12029391.

HSL color Cylindrical-coordinate representation of color #CF8DB7: hue angle of 321.82º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8DB7 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB207141183-
CMYK00.320.120.19
HSL321.82º40.74%68.24%-
HSV(B)321.82º31.88%81.18%-
XYZ43.835.7349.39-
YUV165.52137.87157.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 141 (55.47% from 255) = 26.55%
BLUE value IS 183 (71.88% from 255) = 34.46%
R=38.98%
G=26.55%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714118300.320.120.19321.8240.7468.24
HexCF8DB7020C131422944
Octal317215267040142350251104
Binary11001111100011011011011101000001100100111010000101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8DB7; }

 p { color: rgb(207,141,183); }

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

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

 a { background-color: rgb(207,141,183); }

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

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

 span { border-color: rgb(207,141,183); }

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