#DF70C2

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

Shades of Orchid #DF70C2

Tints of Orchid #DF70C2

Color information

#DF70C2 (or 0xDF70C2) is unknown color: approx Orchid. HEX triplet: DF, 70 and C2. RGB value is (223,112,194). Sum of RGB (Red+Green+Blue) = 223+112+194=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 112 (44.14% from 255 or 21.17% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C2 is #208F3D. Grayscale: #9A9A9A. Windows color (decimal): -2133822 or 12742879. OLE color: 12742879.

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

Color convert

RGB223112194-
CMYK00.500.130.13
HSL315.68º63.43%65.69%-
HSV(B)315.68º49.78%87.45%-
XYZ45.9631.1754.63-
YUV154.54150.27176.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 112 (44.14% from 255) = 21.17%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=42.16%
G=21.17%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311219400.500.130.13315.6863.4365.69
HexDF70C2032DD13c3f42
Octal337160302062151547477102
Binary110111111110000110000100110010110111011001111001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70C2; }

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

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

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

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

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

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

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

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