#DF6DDD

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

Shades of Orchid #DF6DDD

Tints of Orchid #DF6DDD

Color information

#DF6DDD (or 0xDF6DDD) is unknown color: approx Orchid. HEX triplet: DF, 6D and DD. RGB value is (223,109,221). Sum of RGB (Red+Green+Blue) = 223+109+221=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 221 (86.72% from 255 or 39.96% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DDD is #209222. Grayscale: #9B9B9B. Windows color (decimal): -2134563 or 14511583. OLE color: 14511583.

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

Color convert

RGB223109221-
CMYK00.510.010.13
HSL301.05º64.04%65.1%-
HSV(B)301.05º51.12%87.45%-
XYZ48.9531.8571.97-
YUV155.85164.77175.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.33%
GREEN value IS 109 (42.97% from 255) = 19.71%
BLUE value IS 221 (86.72% from 255) = 39.96%
R=40.33%
G=19.71%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310922100.510.010.13301.0564.0465.1
HexDF6DDD0331D12d4041
Octal337155335063115455100101
Binary1101111111011011101110101100111110110010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6DDD; }

 p { color: rgb(223,109,221); }

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

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

 a { background-color: rgb(223,109,221); }

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

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

 span { border-color: rgb(223,109,221); }

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