Shades of Orchid #D262D0
Tints of Orchid #D262D0
RGB
CMYK
RGB Variations
Color information
#D262D0 (or 0xD262D0) is known color: Orchid. HEX triplet: D2, 62 and D0. RGB value is (210,98,208). Sum of RGB (Red+Green+Blue) = 210+98+208=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D262D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D262D0 is #2D9D2F. Grayscale: #8F8F8F. Windows color (decimal): -2989360 or 13656786. OLE color: 13656786.
HSL color Cylindrical-coordinate representation of color #D262D0: hue angle of 301.07º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D262D0 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 208 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.07º | 0.55% | 0.6% | - |
| HSV(B) | 301.07º | 0.53% | 0.82% | - |
| XYZ | 42.33 | 26.99 | 62.65 | - |
| YUV | 144.03 | 164.11 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 208 | 0 | 0.53 | 0.01 | 0.18 | 301.07 | 0.55 | 0.6 |
| Hex | D2 | 62 | D0 | 0 | 35 | 1 | 12 | 12D | 37 | 3C |
| Octal | 322 | 142 | 320 | 0 | 65 | 1 | 22 | 455 | 67 | 74 |
| Binary | 11010010 | 1100010 | 11010000 | 0 | 110101 | 1 | 10010 | 100101101 | 110111 | 111100 |
Color Harmonies of #D262D0
Complementary color
Monochromatic Colors of #D262D0
Black with #D262D0
Text Example
Text Example
White with #D262D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D262D0; }
p { color: rgb(210,98,208); }
H1.HeaderClassName
{
color: #D262D0;
}
.AnyTagClassName
{
color: #D262D0;
}
</style>
background-color css
<style>
a { background-color: #D262D0; }
a { background-color: rgb(210,98,208); }
div.DivClassName
{
background-color: #D262D0;
}
.BgClassName
{
background-color: #D262D0;
}
</style>
border-color css
<style>
span { border-color: #D262D0; }
span { border-color: rgb(210,98,208); }
td.TdClassName
{
border-color: #D262D0;
}
.TagClassName
{
border-color: #D262D0;
}
</style>