Shades of Orchid #D467DF
Tints of Orchid #D467DF
RGB
CMYK
RGB Variations
Color information
#D467DF (or 0xD467DF) is known color: Orchid. HEX triplet: D4, 67 and DF. RGB value is (212,103,223). Sum of RGB (Red+Green+Blue) = 212+103+223=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #D467DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467DF is #2B9820. Grayscale: #949494. Windows color (decimal): -2856993 or 14641108. OLE color: 14641108.
HSL color Cylindrical-coordinate representation of color #D467DF: hue angle of 294.5º 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 #D467DF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 103 | 223 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.13 |
| HSL | 294.5º | 0.65% | 0.64% | - |
| HSV(B) | 294.5º | 0.54% | 0.87% | - |
| XYZ | 45.32 | 29.03 | 73.03 | - |
| YUV | 149.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 223 | 0.05 | 0.54 | 0 | 0.13 | 294.5 | 0.65 | 0.64 |
| Hex | D4 | 67 | DF | 5 | 36 | 0 | D | 126 | 41 | 40 |
| Octal | 324 | 147 | 337 | 5 | 66 | 0 | 15 | 446 | 101 | 100 |
| Binary | 11010100 | 1100111 | 11011111 | 101 | 110110 | 0 | 1101 | 100100110 | 1000001 | 1000000 |
Color Harmonies of #D467DF
Complementary color
Monochromatic Colors of #D467DF
Black with #D467DF
Text Example
Text Example
White with #D467DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D467DF; }
p { color: rgb(212,103,223); }
H1.HeaderClassName
{
color: #D467DF;
}
.AnyTagClassName
{
color: #D467DF;
}
</style>
background-color css
<style>
a { background-color: #D467DF; }
a { background-color: rgb(212,103,223); }
div.DivClassName
{
background-color: #D467DF;
}
.BgClassName
{
background-color: #D467DF;
}
</style>
border-color css
<style>
span { border-color: #D467DF; }
span { border-color: rgb(212,103,223); }
td.TdClassName
{
border-color: #D467DF;
}
.TagClassName
{
border-color: #D467DF;
}
</style>