Shades of Orchid #D463E1
Tints of Orchid #D463E1
RGB
CMYK
RGB Variations
Color information
#D463E1 (or 0xD463E1) is known color: Orchid. HEX triplet: D4, 63 and E1. RGB value is (212,99,225). Sum of RGB (Red+Green+Blue) = 212+99+225=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 225 (88.28% from 255 or 41.98% from 536); Max value from RGB is 225 - color contains mainly: blue. Hex color #D463E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463E1 is #2B9C1E. Grayscale: #929292. Windows color (decimal): -2858015 or 14771156. OLE color: 14771156.
HSL color Cylindrical-coordinate representation of color #D463E1: hue angle of 293.81º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D463E1 is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 99 | 225 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.12 |
| HSL | 293.81º | 0.68% | 0.64% | - |
| HSV(B) | 293.81º | 0.56% | 0.88% | - |
| XYZ | 45.2 | 28.36 | 74.33 | - |
| YUV | 147.15 | 171.94 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 225 | 0.06 | 0.56 | 0 | 0.12 | 293.81 | 0.68 | 0.64 |
| Hex | D4 | 63 | E1 | 6 | 38 | 0 | C | 126 | 44 | 40 |
| Octal | 324 | 143 | 341 | 6 | 70 | 0 | 14 | 446 | 104 | 100 |
| Binary | 11010100 | 1100011 | 11100001 | 110 | 111000 | 0 | 1100 | 100100110 | 1000100 | 1000000 |
Color Harmonies of #D463E1
Complementary color
Monochromatic Colors of #D463E1
Black with #D463E1
Text Example
Text Example
White with #D463E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463E1; }
p { color: rgb(212,99,225); }
H1.HeaderClassName
{
color: #D463E1;
}
.AnyTagClassName
{
color: #D463E1;
}
</style>
background-color css
<style>
a { background-color: #D463E1; }
a { background-color: rgb(212,99,225); }
div.DivClassName
{
background-color: #D463E1;
}
.BgClassName
{
background-color: #D463E1;
}
</style>
border-color css
<style>
span { border-color: #D463E1; }
span { border-color: rgb(212,99,225); }
td.TdClassName
{
border-color: #D463E1;
}
.TagClassName
{
border-color: #D463E1;
}
</style>