#DF79DF

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

Shades of Orchid #DF79DF

Tints of Orchid #DF79DF

Color information

#DF79DF (or 0xDF79DF) is unknown color: approx Orchid. HEX triplet: DF, 79 and DF. RGB value is (223,121,223). Sum of RGB (Red+Green+Blue) = 223+121+223=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 121 (47.66% from 255 or 21.34% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF79DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79DF is #208620. Grayscale: #A2A2A2. Windows color (decimal): -2131489 or 14645727. OLE color: 14645727.

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

Color convert

RGB223121223-
CMYK00.4600.13
HSL300º61.45%67.45%-
HSV(B)300º45.74%87.45%-
XYZ50.5934.6973.84-
YUV163.13161.79170.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.33%
GREEN value IS 121 (47.66% from 255) = 21.34%
BLUE value IS 223 (87.5% from 255) = 39.33%
R=39.33%
G=21.34%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312122300.4600.1330061.4567.45
HexDF79DF02E0D12c3d43
Octal33717133705601545475103
Binary110111111111001110111110101110011011001011001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF79DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF79DF; }

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

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

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

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

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

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

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

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