Shades of Orchid #D263DF
Tints of Orchid #D263DF
RGB
CMYK
RGB Variations
Color information
#D263DF (or 0xD263DF) is known color: Orchid. HEX triplet: D2, 63 and DF. RGB value is (210,99,223). Sum of RGB (Red+Green+Blue) = 210+99+223=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #D263DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263DF is #2D9C20. Grayscale: #919191. Windows color (decimal): -2989089 or 14640082. OLE color: 14640082.
HSL color Cylindrical-coordinate representation of color #D263DF: hue angle of 293.71º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D263DF is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 99 | 223 | - |
| CMYK | 0.06 | 0.56 | 0 | 0.13 |
| HSL | 293.71º | 0.66% | 0.63% | - |
| HSV(B) | 293.71º | 0.56% | 0.87% | - |
| XYZ | 44.36 | 27.95 | 72.87 | - |
| YUV | 146.33 | 171.27 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 223 | 0.06 | 0.56 | 0 | 0.13 | 293.71 | 0.66 | 0.63 |
| Hex | D2 | 63 | DF | 6 | 38 | 0 | D | 126 | 42 | 3F |
| Octal | 322 | 143 | 337 | 6 | 70 | 0 | 15 | 446 | 102 | 77 |
| Binary | 11010010 | 1100011 | 11011111 | 110 | 111000 | 0 | 1101 | 100100110 | 1000010 | 111111 |
Color Harmonies of #D263DF
Complementary color
Monochromatic Colors of #D263DF
Black with #D263DF
Text Example
Text Example
White with #D263DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263DF; }
p { color: rgb(210,99,223); }
H1.HeaderClassName
{
color: #D263DF;
}
.AnyTagClassName
{
color: #D263DF;
}
</style>
background-color css
<style>
a { background-color: #D263DF; }
a { background-color: rgb(210,99,223); }
div.DivClassName
{
background-color: #D263DF;
}
.BgClassName
{
background-color: #D263DF;
}
</style>
border-color css
<style>
span { border-color: #D263DF; }
span { border-color: rgb(210,99,223); }
td.TdClassName
{
border-color: #D263DF;
}
.TagClassName
{
border-color: #D263DF;
}
</style>