Shades of Orchid #D465DA
Tints of Orchid #D465DA
RGB
CMYK
RGB Variations
Color information
#D465DA (or 0xD465DA) is known color: Orchid. HEX triplet: D4, 65 and DA. RGB value is (212,101,218). Sum of RGB (Red+Green+Blue) = 212+101+218=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 101 (39.84% from 255 or 19.02% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #D465DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465DA is #2B9A25. Grayscale: #939393. Windows color (decimal): -2857510 or 14312916. OLE color: 14312916.
HSL color Cylindrical-coordinate representation of color #D465DA: hue angle of 296.92º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D465DA is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 101 | 218 | - |
| CMYK | 0.03 | 0.54 | 0 | 0.15 |
| HSL | 296.92º | 0.61% | 0.63% | - |
| HSV(B) | 296.92º | 0.54% | 0.85% | - |
| XYZ | 44.46 | 28.37 | 69.46 | - |
| YUV | 147.53 | 167.77 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 218 | 0.03 | 0.54 | 0 | 0.15 | 296.92 | 0.61 | 0.63 |
| Hex | D4 | 65 | DA | 3 | 36 | 0 | F | 129 | 3D | 3F |
| Octal | 324 | 145 | 332 | 3 | 66 | 0 | 17 | 451 | 75 | 77 |
| Binary | 11010100 | 1100101 | 11011010 | 11 | 110110 | 0 | 1111 | 100101001 | 111101 | 111111 |
Color Harmonies of #D465DA
Complementary color
Monochromatic Colors of #D465DA
Black with #D465DA
Text Example
Text Example
White with #D465DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465DA; }
p { color: rgb(212,101,218); }
H1.HeaderClassName
{
color: #D465DA;
}
.AnyTagClassName
{
color: #D465DA;
}
</style>
background-color css
<style>
a { background-color: #D465DA; }
a { background-color: rgb(212,101,218); }
div.DivClassName
{
background-color: #D465DA;
}
.BgClassName
{
background-color: #D465DA;
}
</style>
border-color css
<style>
span { border-color: #D465DA; }
span { border-color: rgb(212,101,218); }
td.TdClassName
{
border-color: #D465DA;
}
.TagClassName
{
border-color: #D465DA;
}
</style>