#DF6AD1

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

Shades of Orchid #DF6AD1

Tints of Orchid #DF6AD1

Color information

#DF6AD1 (or 0xDF6AD1) is unknown color: approx Orchid. HEX triplet: DF, 6A and D1. RGB value is (223,106,209). Sum of RGB (Red+Green+Blue) = 223+106+209=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD1 is #20952E. Grayscale: #989898. Windows color (decimal): -2135343 or 13724383. OLE color: 13724383.

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

Color convert

RGB223106209-
CMYK00.520.060.13
HSL307.18º64.64%64.51%-
HSV(B)307.18º52.47%87.45%-
XYZ47.0930.663.75-
YUV152.72159.76178.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.45%
GREEN value IS 106 (41.80% from 255) = 19.70%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=41.45%
G=19.70%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310620900.520.060.13307.1864.6464.51
HexDF6AD10346D1334141
Octal337152321064615463101101
Binary110111111101010110100010110100110110110011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6AD1; }

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

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

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

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

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

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

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

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