Shades of Orchid #DF6BE0
Tints of Orchid #DF6BE0
RGB
CMYK
RGB Variations
Color information
#DF6BE0 (or 0xDF6BE0) is known color: Orchid. HEX triplet: DF, 6B and E0. RGB value is (223,107,224). Sum of RGB (Red+Green+Blue) = 223+107+224=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 107 (42.19% from 255 or 19.31% from 554); Blue value is 224 (87.89% from 255 or 40.43% from 554); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BE0 is #20941F. Grayscale: #9A9A9A. Windows color (decimal): -2135072 or 14707679. OLE color: 14707679.
HSL color Cylindrical-coordinate representation of color #DF6BE0: hue angle of 299.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6BE0 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 107 | 224 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.12 |
| HSL | 299.49º | 0.65% | 0.65% | - |
| HSV(B) | 299.49º | 0.52% | 0.88% | - |
| XYZ | 49.14 | 31.59 | 74.03 | - |
| YUV | 155.02 | 166.93 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 224 | 0.00 | 0.52 | 0 | 0.12 | 299.49 | 0.65 | 0.65 |
| Hex | DF | 6B | E0 | 0 | 34 | 0 | C | 12B | 41 | 41 |
| Octal | 337 | 153 | 340 | 0 | 64 | 0 | 14 | 453 | 101 | 101 |
| Binary | 11011111 | 1101011 | 11100000 | 0 | 110100 | 0 | 1100 | 100101011 | 1000001 | 1000001 |
Color Harmonies of #DF6BE0
Complementary color
Monochromatic Colors of #DF6BE0
Black with #DF6BE0
Text Example
Text Example
White with #DF6BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BE0; }
p { color: rgb(223,107,224); }
H1.HeaderClassName
{
color: #DF6BE0;
}
.AnyTagClassName
{
color: #DF6BE0;
}
</style>
background-color css
<style>
a { background-color: #DF6BE0; }
a { background-color: rgb(223,107,224); }
div.DivClassName
{
background-color: #DF6BE0;
}
.BgClassName
{
background-color: #DF6BE0;
}
</style>
border-color css
<style>
span { border-color: #DF6BE0; }
span { border-color: rgb(223,107,224); }
td.TdClassName
{
border-color: #DF6BE0;
}
.TagClassName
{
border-color: #DF6BE0;
}
</style>