Shades of Orchid #D460DD
Tints of Orchid #D460DD
RGB
CMYK
RGB Variations
Color information
#D460DD (or 0xD460DD) is known color: Orchid. HEX triplet: D4, 60 and DD. RGB value is (212,96,221). Sum of RGB (Red+Green+Blue) = 212+96+221=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 96 (37.89% from 255 or 18.15% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #D460DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460DD is #2B9F22. Grayscale: #909090. Windows color (decimal): -2858787 or 14508244. OLE color: 14508244.
HSL color Cylindrical-coordinate representation of color #D460DD: hue angle of 295.68º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D460DD is Cyan = 0.04, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 96 | 221 | - |
| CMYK | 0.04 | 0.57 | 0 | 0.13 |
| HSL | 295.68º | 0.65% | 0.62% | - |
| HSV(B) | 295.68º | 0.57% | 0.87% | - |
| XYZ | 44.39 | 27.58 | 71.39 | - |
| YUV | 144.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 221 | 0.04 | 0.57 | 0 | 0.13 | 295.68 | 0.65 | 0.62 |
| Hex | D4 | 60 | DD | 4 | 39 | 0 | D | 128 | 41 | 3E |
| Octal | 324 | 140 | 335 | 4 | 71 | 0 | 15 | 450 | 101 | 76 |
| Binary | 11010100 | 1100000 | 11011101 | 100 | 111001 | 0 | 1101 | 100101000 | 1000001 | 111110 |
Color Harmonies of #D460DD
Complementary color
Monochromatic Colors of #D460DD
Black with #D460DD
Text Example
Text Example
White with #D460DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460DD; }
p { color: rgb(212,96,221); }
H1.HeaderClassName
{
color: #D460DD;
}
.AnyTagClassName
{
color: #D460DD;
}
</style>
background-color css
<style>
a { background-color: #D460DD; }
a { background-color: rgb(212,96,221); }
div.DivClassName
{
background-color: #D460DD;
}
.BgClassName
{
background-color: #D460DD;
}
</style>
border-color css
<style>
span { border-color: #D460DD; }
span { border-color: rgb(212,96,221); }
td.TdClassName
{
border-color: #D460DD;
}
.TagClassName
{
border-color: #D460DD;
}
</style>