Shades of Orchid #D465E0
Tints of Orchid #D465E0
RGB
CMYK
RGB Variations
Color information
#D465E0 (or 0xD465E0) is known color: Orchid. HEX triplet: D4, 65 and E0. RGB value is (212,101,224). Sum of RGB (Red+Green+Blue) = 212+101+224=537 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.48% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #D465E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465E0 is #2B9A1F. Grayscale: #939393. Windows color (decimal): -2857504 or 14706132. OLE color: 14706132.
HSL color Cylindrical-coordinate representation of color #D465E0: hue angle of 294.15º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D465E0 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 101 | 224 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.12 |
| HSL | 294.15º | 0.66% | 0.64% | - |
| HSV(B) | 294.15º | 0.55% | 0.88% | - |
| XYZ | 45.26 | 28.69 | 73.67 | - |
| YUV | 148.21 | 170.77 | 173.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 224 | 0.05 | 0.55 | 0 | 0.12 | 294.15 | 0.66 | 0.64 |
| Hex | D4 | 65 | E0 | 5 | 37 | 0 | C | 126 | 42 | 40 |
| Octal | 324 | 145 | 340 | 5 | 67 | 0 | 14 | 446 | 102 | 100 |
| Binary | 11010100 | 1100101 | 11100000 | 101 | 110111 | 0 | 1100 | 100100110 | 1000010 | 1000000 |
Color Harmonies of #D465E0
Complementary color
Monochromatic Colors of #D465E0
Black with #D465E0
Text Example
Text Example
White with #D465E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465E0; }
p { color: rgb(212,101,224); }
H1.HeaderClassName
{
color: #D465E0;
}
.AnyTagClassName
{
color: #D465E0;
}
</style>
background-color css
<style>
a { background-color: #D465E0; }
a { background-color: rgb(212,101,224); }
div.DivClassName
{
background-color: #D465E0;
}
.BgClassName
{
background-color: #D465E0;
}
</style>
border-color css
<style>
span { border-color: #D465E0; }
span { border-color: rgb(212,101,224); }
td.TdClassName
{
border-color: #D465E0;
}
.TagClassName
{
border-color: #D465E0;
}
</style>