#CF8CBD

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

Shades of Lily #CF8CBD

Tints of Lily #CF8CBD

Color information

#CF8CBD (or 0xCF8CBD) is unknown color: approx Lily. HEX triplet: CF, 8C and BD. RGB value is (207,140,189). Sum of RGB (Red+Green+Blue) = 207+140+189=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 189 (74.22% from 255 or 35.26% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CBD is #307342. Grayscale: #A5A5A5. Windows color (decimal): -3175235 or 12422351. OLE color: 12422351.

HSL color Cylindrical-coordinate representation of color #CF8CBD: hue angle of 316.12º 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 #CF8CBD is Cyan = 0, Magento = 0.32, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207140189-
CMYK00.320.090.19
HSL316.12º41.1%68.04%-
HSV(B)316.12º32.37%81.18%-
XYZ44.335.752.7-
YUV165.62141.2157.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 140 (55.08% from 255) = 26.12%
BLUE value IS 189 (74.22% from 255) = 35.26%
R=38.62%
G=26.12%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20714018900.320.090.19316.1241.168.04
HexCF8CBD02091313c2944
Octal317214275040112347451104
Binary11001111100011001011110101000001001100111001111001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8CBD; }

 p { color: rgb(207,140,189); }

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

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

 a { background-color: rgb(207,140,189); }

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

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

 span { border-color: rgb(207,140,189); }

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