#df6ad4

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

Shades of Orchid #DF6AD4

Tints of Orchid #DF6AD4

Color information

#DF6AD4 (or 0xDF6AD4) is unknown color: approx Orchid. HEX triplet: DF, 6A and D4. RGB value is (223,106,212). Sum of RGB (Red+Green+Blue) = 223+106+212=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 106 (41.80% from 255 or 19.59% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD4 is #20952B. Grayscale: #989898. Windows color (decimal): -2135340 or 13920991. OLE color: 13920991.

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

Color convert

RGB223106212-
CMYK00.520.050.13
HSL305.64º64.64%64.51%-
HSV(B)305.64º52.47%87.45%-
XYZ47.4730.7565.72-
YUV153.07161.26177.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.22%
GREEN value IS 106 (41.80% from 255) = 19.59%
BLUE value IS 212 (83.20% from 255) = 39.19%
R=41.22%
G=19.59%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310621200.520.050.13305.6464.6464.51
HexDF6AD40345D1324141
Octal337152324064515462101101
Binary110111111101010110101000110100101110110011001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6ad4; }

 p { color: rgb(223,106,212); }

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

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

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

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

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

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

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