#DF6BDD

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

Shades of Orchid #DF6BDD

Tints of Orchid #DF6BDD

Color information

#DF6BDD (or 0xDF6BDD) is unknown color: approx Orchid. HEX triplet: DF, 6B and DD. RGB value is (223,107,221). Sum of RGB (Red+Green+Blue) = 223+107+221=551 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.47% from 551); Green value is 107 (42.19% from 255 or 19.42% from 551); Blue value is 221 (86.72% from 255 or 40.11% from 551); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDD is #209422. Grayscale: #9A9A9A. Windows color (decimal): -2135075 or 14511071. OLE color: 14511071.

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

Color convert

RGB223107221-
CMYK00.520.010.13
HSL301.03º64.44%64.71%-
HSV(B)301.03º52.02%87.45%-
XYZ48.7431.4271.9-
YUV154.68165.43176.73-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.47%
GREEN value IS 107 (42.19% from 255) = 19.42%
BLUE value IS 221 (86.72% from 255) = 40.11%
R=40.47%
G=19.42%
B=40.11%

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
Decimal22310722100.520.010.13301.0364.4464.71
HexDF6BDD0341D12d4041
Octal337153335064115455100101
Binary1101111111010111101110101101001110110010110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BDD; }

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

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

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

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

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

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

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

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