Shades of Orchid #D26DC1
Tints of Orchid #D26DC1
RGB
CMYK
RGB Variations
Color information
#D26DC1 (or 0xD26DC1) is known color: Orchid. HEX triplet: D2, 6D and C1. RGB value is (210,109,193). Sum of RGB (Red+Green+Blue) = 210+109+193=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DC1 is #2D923E. Grayscale: #949494. Windows color (decimal): -2986559 or 12676562. OLE color: 12676562.
HSL color Cylindrical-coordinate representation of color #D26DC1: hue angle of 310.1º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26DC1 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 193 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.18 |
| HSL | 310.1º | 0.53% | 0.63% | - |
| HSV(B) | 310.1º | 0.48% | 0.82% | - |
| XYZ | 41.67 | 28.49 | 53.75 | - |
| YUV | 148.78 | 152.96 | 171.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 193 | 0 | 0.48 | 0.08 | 0.18 | 310.1 | 0.53 | 0.63 |
| Hex | D2 | 6D | C1 | 0 | 30 | 8 | 12 | 136 | 35 | 3F |
| Octal | 322 | 155 | 301 | 0 | 60 | 10 | 22 | 466 | 65 | 77 |
| Binary | 11010010 | 1101101 | 11000001 | 0 | 110000 | 1000 | 10010 | 100110110 | 110101 | 111111 |
Color Harmonies of #D26DC1
Complementary color
Monochromatic Colors of #D26DC1
Black with #D26DC1
Text Example
Text Example
White with #D26DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DC1; }
p { color: rgb(210,109,193); }
H1.HeaderClassName
{
color: #D26DC1;
}
.AnyTagClassName
{
color: #D26DC1;
}
</style>
background-color css
<style>
a { background-color: #D26DC1; }
a { background-color: rgb(210,109,193); }
div.DivClassName
{
background-color: #D26DC1;
}
.BgClassName
{
background-color: #D26DC1;
}
</style>
border-color css
<style>
span { border-color: #D26DC1; }
span { border-color: rgb(210,109,193); }
td.TdClassName
{
border-color: #D26DC1;
}
.TagClassName
{
border-color: #D26DC1;
}
</style>