#DF6BDB

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

Shades of Orchid #DF6BDB

Tints of Orchid #DF6BDB

Color information

#DF6BDB (or 0xDF6BDB) is unknown color: approx Orchid. HEX triplet: DF, 6B and DB. RGB value is (223,107,219). Sum of RGB (Red+Green+Blue) = 223+107+219=549 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.62% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDB is #209424. Grayscale: #9A9A9A. Windows color (decimal): -2135077 or 14379999. OLE color: 14379999.

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

Color convert

RGB223107219-
CMYK00.520.020.13
HSL302.07º64.44%64.71%-
HSV(B)302.07º52.02%87.45%-
XYZ48.4831.3270.51-
YUV154.45164.43176.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.62%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 219 (85.94% from 255) = 39.89%
R=40.62%
G=19.49%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310721900.520.020.13302.0764.4464.71
HexDF6BDB0342D12e4041
Octal337153333064215456100101
Binary11011111110101111011011011010010110110010111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BDB; }

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

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

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

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

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

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

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

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