#DF70C8

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

Shades of Orchid #DF70C8

Tints of Orchid #DF70C8

Color information

#DF70C8 (or 0xDF70C8) is unknown color: approx Orchid. HEX triplet: DF, 70 and C8. RGB value is (223,112,200). Sum of RGB (Red+Green+Blue) = 223+112+200=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 112 (44.14% from 255 or 20.93% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C8 is #208F37. Grayscale: #9A9A9A. Windows color (decimal): -2133816 or 13136095. OLE color: 13136095.

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

Color convert

RGB223112200-
CMYK00.500.100.13
HSL312.43º63.43%65.69%-
HSV(B)312.43º49.78%87.45%-
XYZ46.6531.4558.25-
YUV155.22153.27176.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 112 (44.14% from 255) = 20.93%
BLUE value IS 200 (78.52% from 255) = 37.38%
R=41.68%
G=20.93%
B=37.38%

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
Decimal22311220000.500.100.13312.4363.4365.69
HexDF70C8032AD1383f42
Octal337160310062121547077102
Binary110111111110000110010000110010101011011001110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70C8; }

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

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

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

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

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

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

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

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