Shades of Orchid #D460E5
Tints of Orchid #D460E5
RGB
CMYK
RGB Variations
Color information
#D460E5 (or 0xD460E5) is known color: Orchid. HEX triplet: D4, 60 and E5. RGB value is (212,96,229). Sum of RGB (Red+Green+Blue) = 212+96+229=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 96 (37.89% from 255 or 17.88% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #D460E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D460E5 is #2B9F1A. Grayscale: #919191. Windows color (decimal): -2858779 or 15032532. OLE color: 15032532.
HSL color Cylindrical-coordinate representation of color #D460E5: hue angle of 292.33º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D460E5 is Cyan = 0.07, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 212 | 96 | 229 | - |
| CMYK | 0.07 | 0.58 | 0 | 0.10 |
| HSL | 292.33º | 0.72% | 0.64% | - |
| HSV(B) | 292.33º | 0.58% | 0.9% | - |
| XYZ | 45.48 | 28.02 | 77.14 | - |
| YUV | 145.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 229 | 0.07 | 0.58 | 0 | 0.10 | 292.33 | 0.72 | 0.64 |
| Hex | D4 | 60 | E5 | 7 | 3A | 0 | A | 124 | 48 | 40 |
| Octal | 324 | 140 | 345 | 7 | 72 | 0 | 12 | 444 | 110 | 100 |
| Binary | 11010100 | 1100000 | 11100101 | 111 | 111010 | 0 | 1010 | 100100100 | 1001000 | 1000000 |
Color Harmonies of #D460E5
Complementary color
Monochromatic Colors of #D460E5
Black with #D460E5
Text Example
Text Example
White with #D460E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460E5; }
p { color: rgb(212,96,229); }
H1.HeaderClassName
{
color: #D460E5;
}
.AnyTagClassName
{
color: #D460E5;
}
</style>
background-color css
<style>
a { background-color: #D460E5; }
a { background-color: rgb(212,96,229); }
div.DivClassName
{
background-color: #D460E5;
}
.BgClassName
{
background-color: #D460E5;
}
</style>
border-color css
<style>
span { border-color: #D460E5; }
span { border-color: rgb(212,96,229); }
td.TdClassName
{
border-color: #D460E5;
}
.TagClassName
{
border-color: #D460E5;
}
</style>