Shades of Orchid #D26FBA
Tints of Orchid #D26FBA
RGB
CMYK
RGB Variations
Color information
#D26FBA (or 0xD26FBA) is known color: Orchid. HEX triplet: D2, 6F and BA. RGB value is (210,111,186). Sum of RGB (Red+Green+Blue) = 210+111+186=507 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.42% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FBA is #2D9045. Grayscale: #949494. Windows color (decimal): -2986054 or 12218322. OLE color: 12218322.
HSL color Cylindrical-coordinate representation of color #D26FBA: hue angle of 314.55º 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 #D26FBA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 186 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.18 |
| HSL | 314.55º | 0.52% | 0.63% | - |
| HSV(B) | 314.55º | 0.47% | 0.82% | - |
| XYZ | 41.13 | 28.62 | 49.81 | - |
| YUV | 149.15 | 148.8 | 171.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 186 | 0 | 0.47 | 0.11 | 0.18 | 314.55 | 0.52 | 0.63 |
| Hex | D2 | 6F | BA | 0 | 2F | B | 12 | 13B | 34 | 3F |
| Octal | 322 | 157 | 272 | 0 | 57 | 13 | 22 | 473 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10111010 | 0 | 101111 | 1011 | 10010 | 100111011 | 110100 | 111111 |
Color Harmonies of #D26FBA
Complementary color
Monochromatic Colors of #D26FBA
Black with #D26FBA
Text Example
Text Example
White with #D26FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FBA; }
p { color: rgb(210,111,186); }
H1.HeaderClassName
{
color: #D26FBA;
}
.AnyTagClassName
{
color: #D26FBA;
}
</style>
background-color css
<style>
a { background-color: #D26FBA; }
a { background-color: rgb(210,111,186); }
div.DivClassName
{
background-color: #D26FBA;
}
.BgClassName
{
background-color: #D26FBA;
}
</style>
border-color css
<style>
span { border-color: #D26FBA; }
span { border-color: rgb(210,111,186); }
td.TdClassName
{
border-color: #D26FBA;
}
.TagClassName
{
border-color: #D26FBA;
}
</style>