#DF6FBF

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

Shades of Orchid #DF6FBF

Tints of Orchid #DF6FBF

Color information

#DF6FBF (or 0xDF6FBF) is unknown color: approx Orchid. HEX triplet: DF, 6F and BF. RGB value is (223,111,191). Sum of RGB (Red+Green+Blue) = 223+111+191=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 191 (75% from 255 or 36.38% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FBF is #209040. Grayscale: #999999. Windows color (decimal): -2134081 or 12546015. OLE color: 12546015.

HSL color Cylindrical-coordinate representation of color #DF6FBF: hue angle of 317.14º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FBF is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB223111191-
CMYK00.500.140.13
HSL317.14º63.64%65.49%-
HSV(B)317.14º50.22%87.45%-
XYZ45.5230.8252.84-
YUV153.61149.11177.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 111 (43.75% from 255) = 21.14%
BLUE value IS 191 (75% from 255) = 36.38%
R=42.48%
G=21.14%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311119100.500.140.13317.1463.6465.49
HexDF6FBF032ED13d4041
Octal3371572770621615475100101
Binary1101111111011111011111101100101110110110011110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6FBF; }

 p { color: rgb(223,111,191); }

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

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

 a { background-color: rgb(223,111,191); }

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

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

 span { border-color: rgb(223,111,191); }

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