Shades of Orchid #D466DF
Tints of Orchid #D466DF
RGB
CMYK
RGB Variations
Color information
#D466DF (or 0xD466DF) is known color: Orchid. HEX triplet: D4, 66 and DF. RGB value is (212,102,223). Sum of RGB (Red+Green+Blue) = 212+102+223=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 102 (40.23% from 255 or 18.99% 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 #D466DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D466DF is #2B9920. Grayscale: #949494. Windows color (decimal): -2857249 or 14640852. OLE color: 14640852.
HSL color Cylindrical-coordinate representation of color #D466DF: hue angle of 294.55º 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 #D466DF is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 102 | 223 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.13 |
| HSL | 294.55º | 0.65% | 0.64% | - |
| HSV(B) | 294.55º | 0.54% | 0.87% | - |
| XYZ | 45.22 | 28.83 | 72.99 | - |
| YUV | 148.68 | 169.94 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 102 | 223 | 0.05 | 0.54 | 0 | 0.13 | 294.55 | 0.65 | 0.64 |
| Hex | D4 | 66 | DF | 5 | 36 | 0 | D | 127 | 41 | 40 |
| Octal | 324 | 146 | 337 | 5 | 66 | 0 | 15 | 447 | 101 | 100 |
| Binary | 11010100 | 1100110 | 11011111 | 101 | 110110 | 0 | 1101 | 100100111 | 1000001 | 1000000 |
Color Harmonies of #D466DF
Complementary color
Monochromatic Colors of #D466DF
Black with #D466DF
Text Example
Text Example
White with #D466DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D466DF; }
p { color: rgb(212,102,223); }
H1.HeaderClassName
{
color: #D466DF;
}
.AnyTagClassName
{
color: #D466DF;
}
</style>
background-color css
<style>
a { background-color: #D466DF; }
a { background-color: rgb(212,102,223); }
div.DivClassName
{
background-color: #D466DF;
}
.BgClassName
{
background-color: #D466DF;
}
</style>
border-color css
<style>
span { border-color: #D466DF; }
span { border-color: rgb(212,102,223); }
td.TdClassName
{
border-color: #D466DF;
}
.TagClassName
{
border-color: #D466DF;
}
</style>