Shades of Orchid #D26FD1
Tints of Orchid #D26FD1
RGB
CMYK
RGB Variations
Color information
#D26FD1 (or 0xD26FD1) is known color: Orchid. HEX triplet: D2, 6F and D1. RGB value is (210,111,209). Sum of RGB (Red+Green+Blue) = 210+111+209=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FD1 is #2D902E. Grayscale: #979797. Windows color (decimal): -2986031 or 13725650. OLE color: 13725650.
HSL color Cylindrical-coordinate representation of color #D26FD1: hue angle of 300.61º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FD1 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 209 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.18 |
| HSL | 300.61º | 0.52% | 0.63% | - |
| HSV(B) | 300.61º | 0.47% | 0.82% | - |
| XYZ | 43.77 | 29.67 | 63.74 | - |
| YUV | 151.77 | 160.3 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 209 | 0 | 0.47 | 0.00 | 0.18 | 300.61 | 0.52 | 0.63 |
| Hex | D2 | 6F | D1 | 0 | 2F | 0 | 12 | 12D | 34 | 3F |
| Octal | 322 | 157 | 321 | 0 | 57 | 0 | 22 | 455 | 64 | 77 |
| Binary | 11010010 | 1101111 | 11010001 | 0 | 101111 | 0 | 10010 | 100101101 | 110100 | 111111 |
Color Harmonies of #D26FD1
Complementary color
Monochromatic Colors of #D26FD1
Black with #D26FD1
Text Example
Text Example
White with #D26FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FD1; }
p { color: rgb(210,111,209); }
H1.HeaderClassName
{
color: #D26FD1;
}
.AnyTagClassName
{
color: #D26FD1;
}
</style>
background-color css
<style>
a { background-color: #D26FD1; }
a { background-color: rgb(210,111,209); }
div.DivClassName
{
background-color: #D26FD1;
}
.BgClassName
{
background-color: #D26FD1;
}
</style>
border-color css
<style>
span { border-color: #D26FD1; }
span { border-color: rgb(210,111,209); }
td.TdClassName
{
border-color: #D26FD1;
}
.TagClassName
{
border-color: #D26FD1;
}
</style>