#df70c9

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

Shades of Orchid #DF70C9

Tints of Orchid #DF70C9

Color information

#DF70C9 (or 0xDF70C9) is unknown color: approx Orchid. HEX triplet: DF, 70 and C9. RGB value is (223,112,201). Sum of RGB (Red+Green+Blue) = 223+112+201=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C9 is #208F36. Grayscale: #9B9B9B. Windows color (decimal): -2133815 or 13201631. OLE color: 13201631.

HSL color Cylindrical-coordinate representation of color #DF70C9: hue angle of 311.89º 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 #DF70C9 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223112201-
CMYK00.500.100.13
HSL311.89º63.43%65.69%-
HSV(B)311.89º49.78%87.45%-
XYZ46.7731.4958.87-
YUV155.33153.77176.26-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 112 (44.14% from 255) = 20.90%
BLUE value IS 201 (78.91% from 255) = 37.5%
R=41.60%
G=20.90%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311220100.500.100.13311.8963.4365.69
HexDF70C9032AD1383f42
Octal337160311062121547077102
Binary110111111110000110010010110010101011011001110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df70c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df70c9; }

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

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

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

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

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

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

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

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