Shades of Orchid #D462DA
Tints of Orchid #D462DA
RGB
CMYK
RGB Variations
Color information
#D462DA (or 0xD462DA) is known color: Orchid. HEX triplet: D4, 62 and DA. RGB value is (212,98,218). Sum of RGB (Red+Green+Blue) = 212+98+218=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 98 (38.67% from 255 or 18.56% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #D462DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D462DA is #2B9D25. Grayscale: #919191. Windows color (decimal): -2858278 or 14312148. OLE color: 14312148.
HSL color Cylindrical-coordinate representation of color #D462DA: hue angle of 297º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D462DA is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 98 | 218 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.15 |
| HSL | 297º | 0.62% | 0.62% | - |
| HSV(B) | 297º | 0.55% | 0.85% | - |
| XYZ | 44.17 | 27.79 | 69.37 | - |
| YUV | 145.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 218 | 0.03 | 0.55 | 0 | 0.15 | 297 | 0.62 | 0.62 |
| Hex | D4 | 62 | DA | 3 | 37 | 0 | F | 129 | 3E | 3E |
| Octal | 324 | 142 | 332 | 3 | 67 | 0 | 17 | 451 | 76 | 76 |
| Binary | 11010100 | 1100010 | 11011010 | 11 | 110111 | 0 | 1111 | 100101001 | 111110 | 111110 |
Color Harmonies of #D462DA
Complementary color
Monochromatic Colors of #D462DA
Black with #D462DA
Text Example
Text Example
White with #D462DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462DA; }
p { color: rgb(212,98,218); }
H1.HeaderClassName
{
color: #D462DA;
}
.AnyTagClassName
{
color: #D462DA;
}
</style>
background-color css
<style>
a { background-color: #D462DA; }
a { background-color: rgb(212,98,218); }
div.DivClassName
{
background-color: #D462DA;
}
.BgClassName
{
background-color: #D462DA;
}
</style>
border-color css
<style>
span { border-color: #D462DA; }
span { border-color: rgb(212,98,218); }
td.TdClassName
{
border-color: #D462DA;
}
.TagClassName
{
border-color: #D462DA;
}
</style>