#DF6ED3

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

Shades of Orchid #DF6ED3

Tints of Orchid #DF6ED3

Color information

#DF6ED3 (or 0xDF6ED3) is unknown color: approx Orchid. HEX triplet: DF, 6E and D3. RGB value is (223,110,211). Sum of RGB (Red+Green+Blue) = 223+110+211=544 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.99% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ED3 is #20912C. Grayscale: #9B9B9B. Windows color (decimal): -2134317 or 13856479. OLE color: 13856479.

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

Color convert

RGB223110211-
CMYK00.510.050.13
HSL306.37º63.84%65.29%-
HSV(B)306.37º50.67%87.45%-
XYZ47.7731.5465.2-
YUV155.3159.44176.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.99%
GREEN value IS 110 (43.36% from 255) = 20.22%
BLUE value IS 211 (82.81% from 255) = 38.79%
R=40.99%
G=20.22%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311021100.510.050.13306.3763.8465.29
HexDF6ED30335D1324041
Octal337156323063515462100101
Binary110111111101110110100110110011101110110011001010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6ED3; }

 p { color: rgb(223,110,211); }

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

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

 a { background-color: rgb(223,110,211); }

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

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

 span { border-color: rgb(223,110,211); }

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