Shades of Orchid #D263D1
Tints of Orchid #D263D1
RGB
CMYK
RGB Variations
Color information
#D263D1 (or 0xD263D1) is known color: Orchid. HEX triplet: D2, 63 and D1. RGB value is (210,99,209). Sum of RGB (Red+Green+Blue) = 210+99+209=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D263D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263D1 is #2D9C2E. Grayscale: #909090. Windows color (decimal): -2989103 or 13722578. OLE color: 13722578.
HSL color Cylindrical-coordinate representation of color #D263D1: hue angle of 300.54º 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 #D263D1 is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 209 | - |
| CMYK | 0 | 0.53 | 0.00 | 0.18 |
| HSL | 300.54º | 0.55% | 0.61% | - |
| HSV(B) | 300.54º | 0.53% | 0.82% | - |
| XYZ | 42.55 | 27.23 | 63.33 | - |
| YUV | 144.73 | 164.27 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 209 | 0 | 0.53 | 0.00 | 0.18 | 300.54 | 0.55 | 0.61 |
| Hex | D2 | 63 | D1 | 0 | 35 | 0 | 12 | 12D | 37 | 3D |
| Octal | 322 | 143 | 321 | 0 | 65 | 0 | 22 | 455 | 67 | 75 |
| Binary | 11010010 | 1100011 | 11010001 | 0 | 110101 | 0 | 10010 | 100101101 | 110111 | 111101 |
Color Harmonies of #D263D1
Complementary color
Monochromatic Colors of #D263D1
Black with #D263D1
Text Example
Text Example
White with #D263D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263D1; }
p { color: rgb(210,99,209); }
H1.HeaderClassName
{
color: #D263D1;
}
.AnyTagClassName
{
color: #D263D1;
}
</style>
background-color css
<style>
a { background-color: #D263D1; }
a { background-color: rgb(210,99,209); }
div.DivClassName
{
background-color: #D263D1;
}
.BgClassName
{
background-color: #D263D1;
}
</style>
border-color css
<style>
span { border-color: #D263D1; }
span { border-color: rgb(210,99,209); }
td.TdClassName
{
border-color: #D263D1;
}
.TagClassName
{
border-color: #D263D1;
}
</style>