Shades of Orchid #D367DF
Tints of Orchid #D367DF
RGB
CMYK
RGB Variations
Color information
#D367DF (or 0xD367DF) is known color: Orchid. HEX triplet: D3, 67 and DF. RGB value is (211,103,223). Sum of RGB (Red+Green+Blue) = 211+103+223=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 103 (40.62% from 255 or 19.18% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D367DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367DF is #2C9820. Grayscale: #949494. Windows color (decimal): -2922529 or 14641107. OLE color: 14641107.
HSL color Cylindrical-coordinate representation of color #D367DF: hue angle of 294º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D367DF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 103 | 223 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.13 |
| HSL | 294º | 0.65% | 0.64% | - |
| HSV(B) | 294º | 0.54% | 0.87% | - |
| XYZ | 45.03 | 28.88 | 73.01 | - |
| YUV | 148.97 | 169.78 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 223 | 0.05 | 0.54 | 0 | 0.13 | 294 | 0.65 | 0.64 |
| Hex | D3 | 67 | DF | 5 | 36 | 0 | D | 126 | 41 | 40 |
| Octal | 323 | 147 | 337 | 5 | 66 | 0 | 15 | 446 | 101 | 100 |
| Binary | 11010011 | 1100111 | 11011111 | 101 | 110110 | 0 | 1101 | 100100110 | 1000001 | 1000000 |
Color Harmonies of #D367DF
Complementary color
Monochromatic Colors of #D367DF
Black with #D367DF
Text Example
Text Example
White with #D367DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367DF; }
p { color: rgb(211,103,223); }
H1.HeaderClassName
{
color: #D367DF;
}
.AnyTagClassName
{
color: #D367DF;
}
</style>
background-color css
<style>
a { background-color: #D367DF; }
a { background-color: rgb(211,103,223); }
div.DivClassName
{
background-color: #D367DF;
}
.BgClassName
{
background-color: #D367DF;
}
</style>
border-color css
<style>
span { border-color: #D367DF; }
span { border-color: rgb(211,103,223); }
td.TdClassName
{
border-color: #D367DF;
}
.TagClassName
{
border-color: #D367DF;
}
</style>