Shades of Orchid #D26FE3
Tints of Orchid #D26FE3
RGB
CMYK
RGB Variations
Color information
#D26FE3 (or 0xD26FE3) is known color: Orchid. HEX triplet: D2, 6F and E3. RGB value is (210,111,227). Sum of RGB (Red+Green+Blue) = 210+111+227=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 111 (43.75% from 255 or 20.26% from 548); Blue value is 227 (89.06% from 255 or 41.42% from 548); Max value from RGB is 227 - color contains mainly: blue. Hex color #D26FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FE3 is #2D901C. Grayscale: #999999. Windows color (decimal): -2986013 or 14905298. OLE color: 14905298.
HSL color Cylindrical-coordinate representation of color #D26FE3: hue angle of 291.21º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26FE3 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 111 | 227 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.11 |
| HSL | 291.21º | 0.67% | 0.66% | - |
| HSV(B) | 291.21º | 0.51% | 0.89% | - |
| XYZ | 46.13 | 30.62 | 76.15 | - |
| YUV | 153.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 227 | 0.07 | 0.51 | 0 | 0.11 | 291.21 | 0.67 | 0.66 |
| Hex | D2 | 6F | E3 | 7 | 33 | 0 | B | 123 | 43 | 42 |
| Octal | 322 | 157 | 343 | 7 | 63 | 0 | 13 | 443 | 103 | 102 |
| Binary | 11010010 | 1101111 | 11100011 | 111 | 110011 | 0 | 1011 | 100100011 | 1000011 | 1000010 |
Color Harmonies of #D26FE3
Complementary color
Monochromatic Colors of #D26FE3
Black with #D26FE3
Text Example
Text Example
White with #D26FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FE3; }
p { color: rgb(210,111,227); }
H1.HeaderClassName
{
color: #D26FE3;
}
.AnyTagClassName
{
color: #D26FE3;
}
</style>
background-color css
<style>
a { background-color: #D26FE3; }
a { background-color: rgb(210,111,227); }
div.DivClassName
{
background-color: #D26FE3;
}
.BgClassName
{
background-color: #D26FE3;
}
</style>
border-color css
<style>
span { border-color: #D26FE3; }
span { border-color: rgb(210,111,227); }
td.TdClassName
{
border-color: #D26FE3;
}
.TagClassName
{
border-color: #D26FE3;
}
</style>