#DF6FD1

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

Shades of Orchid #DF6FD1

Tints of Orchid #DF6FD1

Color information

#DF6FD1 (or 0xDF6FD1) is unknown color: approx Orchid. HEX triplet: DF, 6F and D1. RGB value is (223,111,209). Sum of RGB (Red+Green+Blue) = 223+111+209=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FD1 is #20902E. Grayscale: #9B9B9B. Windows color (decimal): -2134063 or 13725663. OLE color: 13725663.

HSL color Cylindrical-coordinate representation of color #DF6FD1: hue angle of 307.5º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FD1 is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB223111209-
CMYK00.500.060.13
HSL307.5º63.64%65.49%-
HSV(B)307.5º50.22%87.45%-
XYZ47.6231.6663.92-
YUV155.66158.11176.03-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.07%
GREEN value IS 111 (43.75% from 255) = 20.44%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=41.07%
G=20.44%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311120900.500.060.13307.563.6465.49
HexDF6FD10326D1344041
Octal337157321062615464100101
Binary110111111101111110100010110010110110110011010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6FD1; }

 p { color: rgb(223,111,209); }

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

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

 a { background-color: rgb(223,111,209); }

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

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

 span { border-color: rgb(223,111,209); }

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