#DF6FC8

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

Shades of Orchid #DF6FC8

Tints of Orchid #DF6FC8

Color information

#DF6FC8 (or 0xDF6FC8) is unknown color: approx Orchid. HEX triplet: DF, 6F and C8. RGB value is (223,111,200). Sum of RGB (Red+Green+Blue) = 223+111+200=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 200 (78.52% from 255 or 37.45% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FC8 is #209037. Grayscale: #9A9A9A. Windows color (decimal): -2134072 or 13135839. OLE color: 13135839.

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

Color convert

RGB223111200-
CMYK00.500.100.13
HSL312.32º63.64%65.49%-
HSV(B)312.32º50.22%87.45%-
XYZ46.5431.2358.22-
YUV154.63153.61176.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 200 (78.52% from 255) = 37.45%
R=41.76%
G=20.79%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22311120000.500.100.13312.3263.6465.49
HexDF6FC8032AD1384041
Octal3371573100621215470100101
Binary1101111111011111100100001100101010110110011100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6FC8; }

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

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

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

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

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

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

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

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