#DF6AD2

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

Shades of Orchid #DF6AD2

Tints of Orchid #DF6AD2

Color information

#DF6AD2 (or 0xDF6AD2) is unknown color: approx Orchid. HEX triplet: DF, 6A and D2. RGB value is (223,106,210). Sum of RGB (Red+Green+Blue) = 223+106+210=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD2 is #20952D. Grayscale: #989898. Windows color (decimal): -2135342 or 13789919. OLE color: 13789919.

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

Color convert

RGB223106210-
CMYK00.520.060.13
HSL306.67º64.64%64.51%-
HSV(B)306.67º52.47%87.45%-
XYZ47.2230.6564.4-
YUV152.84160.26178.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.37%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 210 (82.42% from 255) = 38.96%
R=41.37%
G=19.67%
B=38.96%

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
Decimal22310621000.520.060.13306.6764.6464.51
HexDF6AD20346D1334141
Octal337152322064615463101101
Binary110111111101010110100100110100110110110011001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6AD2; }

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

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

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

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

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

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

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

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