#df6adc

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

Shades of Orchid #DF6ADC

Tints of Orchid #DF6ADC

Color information

#DF6ADC (or 0xDF6ADC) is unknown color: approx Orchid. HEX triplet: DF, 6A and DC. RGB value is (223,106,220). Sum of RGB (Red+Green+Blue) = 223+106+220=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 106 (41.80% from 255 or 19.31% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ADC is #209523. Grayscale: #999999. Windows color (decimal): -2135332 or 14445279. OLE color: 14445279.

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

Color convert

RGB223106220-
CMYK00.520.010.13
HSL301.54º64.64%64.51%-
HSV(B)301.54º52.47%87.45%-
XYZ48.531.1671.17-
YUV153.98165.26177.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 106 (41.80% from 255) = 19.31%
BLUE value IS 220 (86.33% from 255) = 40.07%
R=40.62%
G=19.31%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310622000.520.010.13301.5464.6464.51
HexDF6ADC0341D12e4141
Octal337152334064115456101101
Binary1101111111010101101110001101001110110010111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6adc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6adc; }

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

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

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

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

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

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

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

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