Shades of Orchid #D463E0
Tints of Orchid #D463E0
RGB
CMYK
RGB Variations
Color information
#D463E0 (or 0xD463E0) is known color: Orchid. HEX triplet: D4, 63 and E0. RGB value is (212,99,224). Sum of RGB (Red+Green+Blue) = 212+99+224=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 99 (39.06% from 255 or 18.50% from 535); Blue value is 224 (87.89% from 255 or 41.87% from 535); Max value from RGB is 224 - color contains mainly: blue. Hex color #D463E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D463E0 is #2B9C1F. Grayscale: #929292. Windows color (decimal): -2858016 or 14705620. OLE color: 14705620.
HSL color Cylindrical-coordinate representation of color #D463E0: hue angle of 294.24º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D463E0 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 99 | 224 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.12 |
| HSL | 294.24º | 0.67% | 0.63% | - |
| HSV(B) | 294.24º | 0.56% | 0.88% | - |
| XYZ | 45.07 | 28.3 | 73.61 | - |
| YUV | 147.04 | 171.44 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 224 | 0.05 | 0.56 | 0 | 0.12 | 294.24 | 0.67 | 0.63 |
| Hex | D4 | 63 | E0 | 5 | 38 | 0 | C | 126 | 43 | 3F |
| Octal | 324 | 143 | 340 | 5 | 70 | 0 | 14 | 446 | 103 | 77 |
| Binary | 11010100 | 1100011 | 11100000 | 101 | 111000 | 0 | 1100 | 100100110 | 1000011 | 111111 |
Color Harmonies of #D463E0
Complementary color
Monochromatic Colors of #D463E0
Black with #D463E0
Text Example
Text Example
White with #D463E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463E0; }
p { color: rgb(212,99,224); }
H1.HeaderClassName
{
color: #D463E0;
}
.AnyTagClassName
{
color: #D463E0;
}
</style>
background-color css
<style>
a { background-color: #D463E0; }
a { background-color: rgb(212,99,224); }
div.DivClassName
{
background-color: #D463E0;
}
.BgClassName
{
background-color: #D463E0;
}
</style>
border-color css
<style>
span { border-color: #D463E0; }
span { border-color: rgb(212,99,224); }
td.TdClassName
{
border-color: #D463E0;
}
.TagClassName
{
border-color: #D463E0;
}
</style>