Shades of Orchid #D26DC3
Tints of Orchid #D26DC3
RGB
CMYK
RGB Variations
Color information
#D26DC3 (or 0xD26DC3) is known color: Orchid. HEX triplet: D2, 6D and C3. RGB value is (210,109,195). Sum of RGB (Red+Green+Blue) = 210+109+195=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D26DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26DC3 is #2D923C. Grayscale: #949494. Windows color (decimal): -2986557 or 12807634. OLE color: 12807634.
HSL color Cylindrical-coordinate representation of color #D26DC3: hue angle of 308.91º 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 #D26DC3 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 109 | 195 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.18 |
| HSL | 308.91º | 0.53% | 0.63% | - |
| HSV(B) | 308.91º | 0.48% | 0.82% | - |
| XYZ | 41.9 | 28.58 | 54.94 | - |
| YUV | 149 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 109 | 195 | 0 | 0.48 | 0.07 | 0.18 | 308.91 | 0.53 | 0.63 |
| Hex | D2 | 6D | C3 | 0 | 30 | 7 | 12 | 135 | 35 | 3F |
| Octal | 322 | 155 | 303 | 0 | 60 | 7 | 22 | 465 | 65 | 77 |
| Binary | 11010010 | 1101101 | 11000011 | 0 | 110000 | 111 | 10010 | 100110101 | 110101 | 111111 |
Color Harmonies of #D26DC3
Complementary color
Monochromatic Colors of #D26DC3
Black with #D26DC3
Text Example
Text Example
White with #D26DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26DC3; }
p { color: rgb(210,109,195); }
H1.HeaderClassName
{
color: #D26DC3;
}
.AnyTagClassName
{
color: #D26DC3;
}
</style>
background-color css
<style>
a { background-color: #D26DC3; }
a { background-color: rgb(210,109,195); }
div.DivClassName
{
background-color: #D26DC3;
}
.BgClassName
{
background-color: #D26DC3;
}
</style>
border-color css
<style>
span { border-color: #D26DC3; }
span { border-color: rgb(210,109,195); }
td.TdClassName
{
border-color: #D26DC3;
}
.TagClassName
{
border-color: #D26DC3;
}
</style>