Shades of Orchid #D26FDD
Tints of Orchid #D26FDD
RGB
CMYK
RGB Variations
Color information
#D26FDD (or 0xD26FDD) is known color: Orchid. HEX triplet: D2, 6F and DD. RGB value is (210,111,221). Sum of RGB (Red+Green+Blue) = 210+111+221=542 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.75% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #D26FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FDD is #2D9022. Grayscale: #989898. Windows color (decimal): -2986019 or 14512082. OLE color: 14512082.
HSL color Cylindrical-coordinate representation of color #D26FDD: hue angle of 294º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26FDD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 111 | 221 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.13 |
| HSL | 294º | 0.62% | 0.65% | - |
| HSV(B) | 294º | 0.5% | 0.87% | - |
| XYZ | 45.31 | 30.29 | 71.87 | - |
| YUV | 153.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 221 | 0.05 | 0.50 | 0 | 0.13 | 294 | 0.62 | 0.65 |
| Hex | D2 | 6F | DD | 5 | 32 | 0 | D | 126 | 3E | 41 |
| Octal | 322 | 157 | 335 | 5 | 62 | 0 | 15 | 446 | 76 | 101 |
| Binary | 11010010 | 1101111 | 11011101 | 101 | 110010 | 0 | 1101 | 100100110 | 111110 | 1000001 |
Color Harmonies of #D26FDD
Complementary color
Monochromatic Colors of #D26FDD
Black with #D26FDD
Text Example
Text Example
White with #D26FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FDD; }
p { color: rgb(210,111,221); }
H1.HeaderClassName
{
color: #D26FDD;
}
.AnyTagClassName
{
color: #D26FDD;
}
</style>
background-color css
<style>
a { background-color: #D26FDD; }
a { background-color: rgb(210,111,221); }
div.DivClassName
{
background-color: #D26FDD;
}
.BgClassName
{
background-color: #D26FDD;
}
</style>
border-color css
<style>
span { border-color: #D26FDD; }
span { border-color: rgb(210,111,221); }
td.TdClassName
{
border-color: #D26FDD;
}
.TagClassName
{
border-color: #D26FDD;
}
</style>