Shades of Orchid #D369DF
Tints of Orchid #D369DF
RGB
CMYK
RGB Variations
Color information
#D369DF (or 0xD369DF) is known color: Orchid. HEX triplet: D3, 69 and DF. RGB value is (211,105,223). Sum of RGB (Red+Green+Blue) = 211+105+223=539 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.15% from 539); Green value is 105 (41.41% from 255 or 19.48% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #D369DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369DF is #2C9620. Grayscale: #959595. Windows color (decimal): -2922017 or 14641619. OLE color: 14641619.
HSL color Cylindrical-coordinate representation of color #D369DF: hue angle of 293.9º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D369DF is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 105 | 223 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.13 |
| HSL | 293.9º | 0.65% | 0.64% | - |
| HSV(B) | 293.9º | 0.53% | 0.87% | - |
| XYZ | 45.23 | 29.28 | 73.08 | - |
| YUV | 150.15 | 169.12 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 223 | 0.05 | 0.53 | 0 | 0.13 | 293.9 | 0.65 | 0.64 |
| Hex | D3 | 69 | DF | 5 | 35 | 0 | D | 126 | 41 | 40 |
| Octal | 323 | 151 | 337 | 5 | 65 | 0 | 15 | 446 | 101 | 100 |
| Binary | 11010011 | 1101001 | 11011111 | 101 | 110101 | 0 | 1101 | 100100110 | 1000001 | 1000000 |
Color Harmonies of #D369DF
Complementary color
Monochromatic Colors of #D369DF
Black with #D369DF
Text Example
Text Example
White with #D369DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369DF; }
p { color: rgb(211,105,223); }
H1.HeaderClassName
{
color: #D369DF;
}
.AnyTagClassName
{
color: #D369DF;
}
</style>
background-color css
<style>
a { background-color: #D369DF; }
a { background-color: rgb(211,105,223); }
div.DivClassName
{
background-color: #D369DF;
}
.BgClassName
{
background-color: #D369DF;
}
</style>
border-color css
<style>
span { border-color: #D369DF; }
span { border-color: rgb(211,105,223); }
td.TdClassName
{
border-color: #D369DF;
}
.TagClassName
{
border-color: #D369DF;
}
</style>