#DF6BDC

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

Shades of Orchid #DF6BDC

Tints of Orchid #DF6BDC

Color information

#DF6BDC (or 0xDF6BDC) is unknown color: approx Orchid. HEX triplet: DF, 6B and DC. RGB value is (223,107,220). Sum of RGB (Red+Green+Blue) = 223+107+220=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDC is #209423. Grayscale: #9A9A9A. Windows color (decimal): -2135076 or 14445535. OLE color: 14445535.

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

Color convert

RGB223107220-
CMYK00.520.010.13
HSL301.55º64.44%64.71%-
HSV(B)301.55º52.02%87.45%-
XYZ48.6131.3771.2-
YUV154.57164.93176.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.55%
GREEN value IS 107 (42.19% from 255) = 19.45%
BLUE value IS 220 (86.33% from 255) = 40%
R=40.55%
G=19.45%
B=40%

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
Decimal22310722000.520.010.13301.5564.4464.71
HexDF6BDC0341D12e4041
Octal337153334064115456100101
Binary1101111111010111101110001101001110110010111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BDC; }

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

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

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

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

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

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

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

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