#DF70C7

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

Shades of Orchid #DF70C7

Tints of Orchid #DF70C7

Color information

#DF70C7 (or 0xDF70C7) is unknown color: approx Orchid. HEX triplet: DF, 70 and C7. RGB value is (223,112,199). Sum of RGB (Red+Green+Blue) = 223+112+199=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 112 (44.14% from 255 or 20.97% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C7 is #208F38. Grayscale: #9A9A9A. Windows color (decimal): -2133817 or 13070559. OLE color: 13070559.

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

Color convert

RGB223112199-
CMYK00.500.110.13
HSL312.97º63.43%65.69%-
HSV(B)312.97º49.78%87.45%-
XYZ46.5331.457.64-
YUV155.11152.77176.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 112 (44.14% from 255) = 20.97%
BLUE value IS 199 (78.12% from 255) = 37.27%
R=41.76%
G=20.97%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311219900.500.110.13312.9763.4365.69
HexDF70C7032BD1393f42
Octal337160307062131547177102
Binary110111111110000110001110110010101111011001110011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70C7; }

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

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

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

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

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

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

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

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