#DF6DCC

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

Shades of Orchid #DF6DCC

Tints of Orchid #DF6DCC

Color information

#DF6DCC (or 0xDF6DCC) is unknown color: approx Orchid. HEX triplet: DF, 6D and CC. RGB value is (223,109,204). Sum of RGB (Red+Green+Blue) = 223+109+204=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 109 (42.97% from 255 or 20.34% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DCC is #209233. Grayscale: #999999. Windows color (decimal): -2134580 or 13397471. OLE color: 13397471.

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

Color convert

RGB223109204-
CMYK00.510.090.13
HSL310º64.04%65.1%-
HSV(B)310º51.12%87.45%-
XYZ46.830.9860.64-
YUV153.92156.27177.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.60%
GREEN value IS 109 (42.97% from 255) = 20.34%
BLUE value IS 204 (80.08% from 255) = 38.06%
R=41.60%
G=20.34%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310920400.510.090.1331064.0465.1
HexDF6DCC0339D1364041
Octal3371553140631115466100101
Binary1101111111011011100110001100111001110110011011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6DCC; }

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

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

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

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

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

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

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

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