Shades of Orchid #D263D0
Tints of Orchid #D263D0
RGB
CMYK
RGB Variations
Color information
#D263D0 (or 0xD263D0) is known color: Orchid. HEX triplet: D2, 63 and D0. RGB value is (210,99,208). Sum of RGB (Red+Green+Blue) = 210+99+208=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 99 (39.06% from 255 or 19.15% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D263D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263D0 is #2D9C2F. Grayscale: #909090. Windows color (decimal): -2989104 or 13657042. OLE color: 13657042.
HSL color Cylindrical-coordinate representation of color #D263D0: hue angle of 301.08º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D263D0 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 208 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.08º | 0.55% | 0.61% | - |
| HSV(B) | 301.08º | 0.53% | 0.82% | - |
| XYZ | 42.43 | 27.18 | 62.68 | - |
| YUV | 144.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 208 | 0 | 0.53 | 0.01 | 0.18 | 301.08 | 0.55 | 0.61 |
| Hex | D2 | 63 | D0 | 0 | 35 | 1 | 12 | 12D | 37 | 3D |
| Octal | 322 | 143 | 320 | 0 | 65 | 1 | 22 | 455 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11010000 | 0 | 110101 | 1 | 10010 | 100101101 | 110111 | 111101 |
Color Harmonies of #D263D0
Complementary color
Monochromatic Colors of #D263D0
Black with #D263D0
Text Example
Text Example
White with #D263D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263D0; }
p { color: rgb(210,99,208); }
H1.HeaderClassName
{
color: #D263D0;
}
.AnyTagClassName
{
color: #D263D0;
}
</style>
background-color css
<style>
a { background-color: #D263D0; }
a { background-color: rgb(210,99,208); }
div.DivClassName
{
background-color: #D263D0;
}
.BgClassName
{
background-color: #D263D0;
}
</style>
border-color css
<style>
span { border-color: #D263D0; }
span { border-color: rgb(210,99,208); }
td.TdClassName
{
border-color: #D263D0;
}
.TagClassName
{
border-color: #D263D0;
}
</style>