Shades of Orchid #D26BBC
Tints of Orchid #D26BBC
RGB
CMYK
RGB Variations
Color information
#D26BBC (or 0xD26BBC) is known color: Orchid. HEX triplet: D2, 6B and BC. RGB value is (210,107,188). Sum of RGB (Red+Green+Blue) = 210+107+188=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 188 (73.83% from 255 or 37.23% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BBC is #2D9443. Grayscale: #929292. Windows color (decimal): -2987076 or 12348370. OLE color: 12348370.
HSL color Cylindrical-coordinate representation of color #D26BBC: hue angle of 312.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D26BBC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 188 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.18 |
| HSL | 312.82º | 0.53% | 0.62% | - |
| HSV(B) | 312.82º | 0.49% | 0.82% | - |
| XYZ | 40.91 | 27.85 | 50.8 | - |
| YUV | 147.03 | 151.12 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 188 | 0 | 0.49 | 0.10 | 0.18 | 312.82 | 0.53 | 0.62 |
| Hex | D2 | 6B | BC | 0 | 31 | A | 12 | 139 | 35 | 3E |
| Octal | 322 | 153 | 274 | 0 | 61 | 12 | 22 | 471 | 65 | 76 |
| Binary | 11010010 | 1101011 | 10111100 | 0 | 110001 | 1010 | 10010 | 100111001 | 110101 | 111110 |
Color Harmonies of #D26BBC
Complementary color
Monochromatic Colors of #D26BBC
Black with #D26BBC
Text Example
Text Example
White with #D26BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BBC; }
p { color: rgb(210,107,188); }
H1.HeaderClassName
{
color: #D26BBC;
}
.AnyTagClassName
{
color: #D26BBC;
}
</style>
background-color css
<style>
a { background-color: #D26BBC; }
a { background-color: rgb(210,107,188); }
div.DivClassName
{
background-color: #D26BBC;
}
.BgClassName
{
background-color: #D26BBC;
}
</style>
border-color css
<style>
span { border-color: #D26BBC; }
span { border-color: rgb(210,107,188); }
td.TdClassName
{
border-color: #D26BBC;
}
.TagClassName
{
border-color: #D26BBC;
}
</style>