#DF70BF

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

Shades of Orchid #DF70BF

Tints of Orchid #DF70BF

Color information

#DF70BF (or 0xDF70BF) is unknown color: approx Orchid. HEX triplet: DF, 70 and BF. RGB value is (223,112,191). Sum of RGB (Red+Green+Blue) = 223+112+191=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70BF is #208F40. Grayscale: #999999. Windows color (decimal): -2133825 or 12546271. OLE color: 12546271.

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

Color convert

RGB223112191-
CMYK00.500.140.13
HSL317.3º63.43%65.69%-
HSV(B)317.3º49.78%87.45%-
XYZ45.6331.0452.88-
YUV154.2148.77177.08-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 112 (44.14% from 255) = 21.29%
BLUE value IS 191 (75% from 255) = 36.31%
R=42.40%
G=21.29%
B=36.31%

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
Decimal22311219100.500.140.13317.363.4365.69
HexDF70BF032ED13d3f42
Octal337160277062161547577102
Binary110111111110000101111110110010111011011001111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70BF; }

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

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

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

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

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

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

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

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