#DF84DA

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

Shades of Orchid #DF84DA

Tints of Orchid #DF84DA

Color information

#DF84DA (or 0xDF84DA) is unknown color: approx Orchid. HEX triplet: DF, 84 and DA. RGB value is (223,132,218). Sum of RGB (Red+Green+Blue) = 223+132+218=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF84DA is #207B25. Grayscale: #A8A8A8. Windows color (decimal): -2128678 or 14320863. OLE color: 14320863.

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

Color convert

RGB223132218-
CMYK00.410.020.13
HSL303.3º58.71%69.61%-
HSV(B)303.3º40.81%87.45%-
XYZ51.3437.2570.81-
YUV169.01155.65166.51-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.92%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=38.92%
G=23.04%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313221800.410.020.13303.358.7169.61
HexDF84DA0292D12f3b46
Octal33720433205121545773106
Binary11011111100001001101101001010011011011001011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF84DA; }

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

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

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

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

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

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

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

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