#DF79D8

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

Shades of Orchid #DF79D8

Tints of Orchid #DF79D8

Color information

#DF79D8 (or 0xDF79D8) is unknown color: approx Orchid. HEX triplet: DF, 79 and D8. RGB value is (223,121,216). Sum of RGB (Red+Green+Blue) = 223+121+216=560 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.82% from 560); Green value is 121 (47.66% from 255 or 21.61% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 223 - color contains mainly: red. Hex color #DF79D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF79D8 is #208627. Grayscale: #A2A2A2. Windows color (decimal): -2131496 or 14186975. OLE color: 14186975.

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

Color convert

RGB223121216-
CMYK00.460.030.13
HSL304.12º61.45%67.45%-
HSV(B)304.12º45.74%87.45%-
XYZ49.6634.3268.97-
YUV162.33158.29171.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.82%
GREEN value IS 121 (47.66% from 255) = 21.61%
BLUE value IS 216 (84.77% from 255) = 38.57%
R=39.82%
G=21.61%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312121600.460.030.13304.1261.4567.45
HexDF79D802E3D1303d43
Octal33717133005631546075103
Binary1101111111110011101100001011101111011001100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF79D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF79D8; }

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

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

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

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

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

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

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

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