#df6bc2

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

Shades of Orchid #DF6BC2

Tints of Orchid #DF6BC2

Color information

#DF6BC2 (or 0xDF6BC2) is unknown color: approx Orchid. HEX triplet: DF, 6B and C2. RGB value is (223,107,194). Sum of RGB (Red+Green+Blue) = 223+107+194=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BC2 is #20943D. Grayscale: #979797. Windows color (decimal): -2135102 or 12741599. OLE color: 12741599.

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

Color convert

RGB223107194-
CMYK00.520.130.13
HSL315º64.44%64.71%-
HSV(B)315º52.02%87.45%-
XYZ45.4330.154.45-
YUV151.6151.93178.93-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 194 (76.17% from 255) = 37.02%
R=42.56%
G=20.42%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310719400.520.130.1331564.4464.71
HexDF6BC2034DD13b4041
Octal3371533020641515473100101
Binary1101111111010111100001001101001101110110011101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6bc2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6bc2; }

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

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

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

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

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

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

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

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