#DF74DF

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

Shades of Orchid #DF74DF

Tints of Orchid #DF74DF

Color information

#DF74DF (or 0xDF74DF) is unknown color: approx Orchid. HEX triplet: DF, 74 and DF. RGB value is (223,116,223). Sum of RGB (Red+Green+Blue) = 223+116+223=562 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.68% from 562); Green value is 116 (45.70% from 255 or 20.64% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF74DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF74DF is #208B20. Grayscale: #9F9F9F. Windows color (decimal): -2132769 or 14644447. OLE color: 14644447.

HSL color Cylindrical-coordinate representation of color #DF74DF: hue angle of 300º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DF74DF is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB223116223-
CMYK00.4800.13
HSL300º62.57%66.47%-
HSV(B)300º47.98%87.45%-
XYZ5033.5173.64-
YUV160.19163.45172.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.68%
GREEN value IS 116 (45.70% from 255) = 20.64%
BLUE value IS 223 (87.5% from 255) = 39.68%
R=39.68%
G=20.64%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311622300.4800.1330062.5766.47
HexDF74DF0300D12c3f42
Octal33716433706001545477102
Binary110111111110100110111110110000011011001011001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF74DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF74DF; }

 p { color: rgb(223,116,223); }

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

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

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

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

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

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

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