Shades of Orchid #D563E6
Tints of Orchid #D563E6
RGB
CMYK
RGB Variations
Color information
#D563E6 (or 0xD563E6) is known color: Orchid. HEX triplet: D5, 63 and E6. RGB value is (213,99,230). Sum of RGB (Red+Green+Blue) = 213+99+230=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #D563E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D563E6 is #2A9C19. Grayscale: #939393. Windows color (decimal): -2792474 or 15098837. OLE color: 15098837.
HSL color Cylindrical-coordinate representation of color #D563E6: hue angle of 292.21º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D563E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 99 | 230 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.10 |
| HSL | 292.21º | 0.72% | 0.65% | - |
| HSV(B) | 292.21º | 0.57% | 0.9% | - |
| XYZ | 46.19 | 28.78 | 77.98 | - |
| YUV | 148.02 | 174.27 | 174.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 230 | 0.07 | 0.57 | 0 | 0.10 | 292.21 | 0.72 | 0.65 |
| Hex | D5 | 63 | E6 | 7 | 39 | 0 | A | 124 | 48 | 41 |
| Octal | 325 | 143 | 346 | 7 | 71 | 0 | 12 | 444 | 110 | 101 |
| Binary | 11010101 | 1100011 | 11100110 | 111 | 111001 | 0 | 1010 | 100100100 | 1001000 | 1000001 |
Color Harmonies of #D563E6
Complementary color
Monochromatic Colors of #D563E6
Black with #D563E6
Text Example
Text Example
White with #D563E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D563E6; }
p { color: rgb(213,99,230); }
H1.HeaderClassName
{
color: #D563E6;
}
.AnyTagClassName
{
color: #D563E6;
}
</style>
background-color css
<style>
a { background-color: #D563E6; }
a { background-color: rgb(213,99,230); }
div.DivClassName
{
background-color: #D563E6;
}
.BgClassName
{
background-color: #D563E6;
}
</style>
border-color css
<style>
span { border-color: #D563E6; }
span { border-color: rgb(213,99,230); }
td.TdClassName
{
border-color: #D563E6;
}
.TagClassName
{
border-color: #D563E6;
}
</style>