#DF6FDD

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

Shades of Orchid #DF6FDD

Tints of Orchid #DF6FDD

Color information

#DF6FDD (or 0xDF6FDD) is unknown color: approx Orchid. HEX triplet: DF, 6F and DD. RGB value is (223,111,221). Sum of RGB (Red+Green+Blue) = 223+111+221=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 111 (43.75% from 255 or 20% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FDD is #209022. Grayscale: #9C9C9C. Windows color (decimal): -2134051 or 14512095. OLE color: 14512095.

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

Color convert

RGB223111221-
CMYK00.500.010.13
HSL301.07º63.64%65.49%-
HSV(B)301.07º50.22%87.45%-
XYZ49.1732.2872.05-
YUV157.03164.11175.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.18%
GREEN value IS 111 (43.75% from 255) = 20%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=40.18%
G=20%
B=39.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311122100.500.010.13301.0763.6465.49
HexDF6FDD0321D12d4041
Octal337157335062115455100101
Binary1101111111011111101110101100101110110010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6FDD; }

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

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

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

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

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

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

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

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