Shades of Orchid #D263DC
Tints of Orchid #D263DC
RGB
CMYK
RGB Variations
Color information
#D263DC (or 0xD263DC) is known color: Orchid. HEX triplet: D2, 63 and DC. RGB value is (210,99,220). Sum of RGB (Red+Green+Blue) = 210+99+220=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #D263DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D263DC is #2D9C23. Grayscale: #919191. Windows color (decimal): -2989092 or 14443474. OLE color: 14443474.
HSL color Cylindrical-coordinate representation of color #D263DC: hue angle of 295.04º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D263DC is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 99 | 220 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.14 |
| HSL | 295.04º | 0.63% | 0.63% | - |
| HSV(B) | 295.04º | 0.55% | 0.86% | - |
| XYZ | 43.96 | 27.79 | 70.76 | - |
| YUV | 145.98 | 169.77 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 220 | 0.05 | 0.55 | 0 | 0.14 | 295.04 | 0.63 | 0.63 |
| Hex | D2 | 63 | DC | 5 | 37 | 0 | E | 127 | 3F | 3F |
| Octal | 322 | 143 | 334 | 5 | 67 | 0 | 16 | 447 | 77 | 77 |
| Binary | 11010010 | 1100011 | 11011100 | 101 | 110111 | 0 | 1110 | 100100111 | 111111 | 111111 |
Color Harmonies of #D263DC
Complementary color
Monochromatic Colors of #D263DC
Black with #D263DC
Text Example
Text Example
White with #D263DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D263DC; }
p { color: rgb(210,99,220); }
H1.HeaderClassName
{
color: #D263DC;
}
.AnyTagClassName
{
color: #D263DC;
}
</style>
background-color css
<style>
a { background-color: #D263DC; }
a { background-color: rgb(210,99,220); }
div.DivClassName
{
background-color: #D263DC;
}
.BgClassName
{
background-color: #D263DC;
}
</style>
border-color css
<style>
span { border-color: #D263DC; }
span { border-color: rgb(210,99,220); }
td.TdClassName
{
border-color: #D263DC;
}
.TagClassName
{
border-color: #D263DC;
}
</style>