Shades of Orchid #D465DF
Tints of Orchid #D465DF
RGB
CMYK
RGB Variations
Color information
#D465DF (or 0xD465DF) is known color: Orchid. HEX triplet: D4, 65 and DF. RGB value is (212,101,223). Sum of RGB (Red+Green+Blue) = 212+101+223=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 101 (39.84% from 255 or 18.84% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #D465DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465DF is #2B9A20. Grayscale: #939393. Windows color (decimal): -2857505 or 14640596. OLE color: 14640596.
HSL color Cylindrical-coordinate representation of color #D465DF: hue angle of 294.59º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D465DF is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 101 | 223 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.13 |
| HSL | 294.59º | 0.66% | 0.64% | - |
| HSV(B) | 294.59º | 0.55% | 0.87% | - |
| XYZ | 45.12 | 28.63 | 72.96 | - |
| YUV | 148.1 | 170.27 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 223 | 0.05 | 0.55 | 0 | 0.13 | 294.59 | 0.66 | 0.64 |
| Hex | D4 | 65 | DF | 5 | 37 | 0 | D | 127 | 42 | 40 |
| Octal | 324 | 145 | 337 | 5 | 67 | 0 | 15 | 447 | 102 | 100 |
| Binary | 11010100 | 1100101 | 11011111 | 101 | 110111 | 0 | 1101 | 100100111 | 1000010 | 1000000 |
Color Harmonies of #D465DF
Complementary color
Monochromatic Colors of #D465DF
Black with #D465DF
Text Example
Text Example
White with #D465DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465DF; }
p { color: rgb(212,101,223); }
H1.HeaderClassName
{
color: #D465DF;
}
.AnyTagClassName
{
color: #D465DF;
}
</style>
background-color css
<style>
a { background-color: #D465DF; }
a { background-color: rgb(212,101,223); }
div.DivClassName
{
background-color: #D465DF;
}
.BgClassName
{
background-color: #D465DF;
}
</style>
border-color css
<style>
span { border-color: #D465DF; }
span { border-color: rgb(212,101,223); }
td.TdClassName
{
border-color: #D465DF;
}
.TagClassName
{
border-color: #D465DF;
}
</style>