#DF84C8

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

Shades of Orchid #DF84C8

Tints of Orchid #DF84C8

Color information

#DF84C8 (or 0xDF84C8) is unknown color: approx Orchid. HEX triplet: DF, 84 and C8. RGB value is (223,132,200). Sum of RGB (Red+Green+Blue) = 223+132+200=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 132 (51.95% from 255 or 23.78% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84C8 is #207B37. Grayscale: #A6A6A6. Windows color (decimal): -2128696 or 13141215. OLE color: 13141215.

HSL color Cylindrical-coordinate representation of color #DF84C8: hue angle of 315.16º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DF84C8 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB223132200-
CMYK00.410.100.13
HSL315.16º58.71%69.61%-
HSV(B)315.16º40.81%87.45%-
XYZ49.1136.3659.07-
YUV166.96146.65167.97-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 132 (51.95% from 255) = 23.78%
BLUE value IS 200 (78.52% from 255) = 36.04%
R=40.18%
G=23.78%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313220000.410.100.13315.1658.7169.61
HexDF84C8029AD13b3b46
Octal337204310051121547373106
Binary1101111110000100110010000101001101011011001110111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84C8; }

 p { color: rgb(223,132,200); }

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

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

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

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

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

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

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