#DF70C0

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

Shades of Orchid #DF70C0

Tints of Orchid #DF70C0

Color information

#DF70C0 (or 0xDF70C0) is unknown color: approx Orchid. HEX triplet: DF, 70 and C0. RGB value is (223,112,192). Sum of RGB (Red+Green+Blue) = 223+112+192=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF70C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF70C0 is #208F3F. Grayscale: #9A9A9A. Windows color (decimal): -2133824 or 12611807. OLE color: 12611807.

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

Color convert

RGB223112192-
CMYK00.500.140.13
HSL316.76º63.43%65.69%-
HSV(B)316.76º49.78%87.45%-
XYZ45.7431.0853.46-
YUV154.31149.27177-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 112 (44.14% from 255) = 21.25%
BLUE value IS 192 (75.39% from 255) = 36.43%
R=42.31%
G=21.25%
B=36.43%

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
Decimal22311219200.500.140.13316.7663.4365.69
HexDF70C0032ED13d3f42
Octal337160300062161547577102
Binary110111111110000110000000110010111011011001111011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF70C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF70C0; }

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

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

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

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

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

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

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

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