Shades of Orchid #D26CBC
Tints of Orchid #D26CBC
RGB
CMYK
RGB Variations
Color information
#D26CBC (or 0xD26CBC) is known color: Orchid. HEX triplet: D2, 6C and BC. RGB value is (210,108,188). Sum of RGB (Red+Green+Blue) = 210+108+188=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CBC is #2D9343. Grayscale: #939393. Windows color (decimal): -2986820 or 12348626. OLE color: 12348626.
HSL color Cylindrical-coordinate representation of color #D26CBC: hue angle of 312.94º 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 #D26CBC is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 188 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.18 |
| HSL | 312.94º | 0.53% | 0.62% | - |
| HSV(B) | 312.94º | 0.49% | 0.82% | - |
| XYZ | 41.02 | 28.06 | 50.83 | - |
| YUV | 147.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 188 | 0 | 0.49 | 0.10 | 0.18 | 312.94 | 0.53 | 0.62 |
| Hex | D2 | 6C | BC | 0 | 31 | A | 12 | 139 | 35 | 3E |
| Octal | 322 | 154 | 274 | 0 | 61 | 12 | 22 | 471 | 65 | 76 |
| Binary | 11010010 | 1101100 | 10111100 | 0 | 110001 | 1010 | 10010 | 100111001 | 110101 | 111110 |
Color Harmonies of #D26CBC
Complementary color
Monochromatic Colors of #D26CBC
Black with #D26CBC
Text Example
Text Example
White with #D26CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CBC; }
p { color: rgb(210,108,188); }
H1.HeaderClassName
{
color: #D26CBC;
}
.AnyTagClassName
{
color: #D26CBC;
}
</style>
background-color css
<style>
a { background-color: #D26CBC; }
a { background-color: rgb(210,108,188); }
div.DivClassName
{
background-color: #D26CBC;
}
.BgClassName
{
background-color: #D26CBC;
}
</style>
border-color css
<style>
span { border-color: #D26CBC; }
span { border-color: rgb(210,108,188); }
td.TdClassName
{
border-color: #D26CBC;
}
.TagClassName
{
border-color: #D26CBC;
}
</style>