Shades of Orchid #DF6BE1
Tints of Orchid #DF6BE1
RGB
CMYK
RGB Variations
Color information
#DF6BE1 (or 0xDF6BE1) is known color: Orchid. HEX triplet: DF, 6B and E1. RGB value is (223,107,225). Sum of RGB (Red+Green+Blue) = 223+107+225=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BE1 is #20941E. Grayscale: #9A9A9A. Windows color (decimal): -2135071 or 14773215. OLE color: 14773215.
HSL color Cylindrical-coordinate representation of color #DF6BE1: hue angle of 298.98º degrees, saturation: 0.66, 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 #DF6BE1 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 107 | 225 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.12 |
| HSL | 298.98º | 0.66% | 0.65% | - |
| HSV(B) | 298.98º | 0.52% | 0.88% | - |
| XYZ | 49.28 | 31.64 | 74.74 | - |
| YUV | 155.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 225 | 0.01 | 0.52 | 0 | 0.12 | 298.98 | 0.66 | 0.65 |
| Hex | DF | 6B | E1 | 1 | 34 | 0 | C | 12B | 42 | 41 |
| Octal | 337 | 153 | 341 | 1 | 64 | 0 | 14 | 453 | 102 | 101 |
| Binary | 11011111 | 1101011 | 11100001 | 1 | 110100 | 0 | 1100 | 100101011 | 1000010 | 1000001 |
Color Harmonies of #DF6BE1
Complementary color
Monochromatic Colors of #DF6BE1
Black with #DF6BE1
Text Example
Text Example
White with #DF6BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BE1; }
p { color: rgb(223,107,225); }
H1.HeaderClassName
{
color: #DF6BE1;
}
.AnyTagClassName
{
color: #DF6BE1;
}
</style>
background-color css
<style>
a { background-color: #DF6BE1; }
a { background-color: rgb(223,107,225); }
div.DivClassName
{
background-color: #DF6BE1;
}
.BgClassName
{
background-color: #DF6BE1;
}
</style>
border-color css
<style>
span { border-color: #DF6BE1; }
span { border-color: rgb(223,107,225); }
td.TdClassName
{
border-color: #DF6BE1;
}
.TagClassName
{
border-color: #DF6BE1;
}
</style>