#DF6BC7

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

Shades of Orchid #DF6BC7

Tints of Orchid #DF6BC7

Color information

#DF6BC7 (or 0xDF6BC7) is unknown color: approx Orchid. HEX triplet: DF, 6B and C7. RGB value is (223,107,199). Sum of RGB (Red+Green+Blue) = 223+107+199=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 107 (42.19% from 255 or 20.23% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BC7 is #209438. Grayscale: #979797. Windows color (decimal): -2135097 or 13069279. OLE color: 13069279.

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

Color convert

RGB223107199-
CMYK00.520.110.13
HSL312.41º64.44%64.71%-
HSV(B)312.41º52.02%87.45%-
XYZ4630.3357.46-
YUV152.17154.43178.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.16%
GREEN value IS 107 (42.19% from 255) = 20.23%
BLUE value IS 199 (78.12% from 255) = 37.62%
R=42.16%
G=20.23%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310719900.520.110.13312.4164.4464.71
HexDF6BC7034BD1384041
Octal3371533070641315470100101
Binary1101111111010111100011101101001011110110011100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6BC7; }

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

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

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

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

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

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

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

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