Shades of Orchid #D465D8
Tints of Orchid #D465D8
RGB
CMYK
RGB Variations
Color information
#D465D8 (or 0xD465D8) is known color: Orchid. HEX triplet: D4, 65 and D8. RGB value is (212,101,216). Sum of RGB (Red+Green+Blue) = 212+101+216=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 216 (84.77% from 255 or 40.83% from 529); Max value from RGB is 216 - color contains mainly: blue. Hex color #D465D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465D8 is #2B9A27. Grayscale: #929292. Windows color (decimal): -2857512 or 14181844. OLE color: 14181844.
HSL color Cylindrical-coordinate representation of color #D465D8: hue angle of 297.91º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D465D8 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 101 | 216 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.15 |
| HSL | 297.91º | 0.6% | 0.62% | - |
| HSV(B) | 297.91º | 0.53% | 0.85% | - |
| XYZ | 44.2 | 28.26 | 68.09 | - |
| YUV | 147.3 | 166.77 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 216 | 0.02 | 0.53 | 0 | 0.15 | 297.91 | 0.6 | 0.62 |
| Hex | D4 | 65 | D8 | 2 | 35 | 0 | F | 12A | 3C | 3E |
| Octal | 324 | 145 | 330 | 2 | 65 | 0 | 17 | 452 | 74 | 76 |
| Binary | 11010100 | 1100101 | 11011000 | 10 | 110101 | 0 | 1111 | 100101010 | 111100 | 111110 |
Color Harmonies of #D465D8
Complementary color
Monochromatic Colors of #D465D8
Black with #D465D8
Text Example
Text Example
White with #D465D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465D8; }
p { color: rgb(212,101,216); }
H1.HeaderClassName
{
color: #D465D8;
}
.AnyTagClassName
{
color: #D465D8;
}
</style>
background-color css
<style>
a { background-color: #D465D8; }
a { background-color: rgb(212,101,216); }
div.DivClassName
{
background-color: #D465D8;
}
.BgClassName
{
background-color: #D465D8;
}
</style>
border-color css
<style>
span { border-color: #D465D8; }
span { border-color: rgb(212,101,216); }
td.TdClassName
{
border-color: #D465D8;
}
.TagClassName
{
border-color: #D465D8;
}
</style>