Shades of Orchid #D26EC2
Tints of Orchid #D26EC2
RGB
CMYK
RGB Variations
Color information
#D26EC2 (or 0xD26EC2) is known color: Orchid. HEX triplet: D2, 6E and C2. RGB value is (210,110,194). Sum of RGB (Red+Green+Blue) = 210+110+194=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 110 (43.36% from 255 or 21.40% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D26EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26EC2 is #2D913D. Grayscale: #959595. Windows color (decimal): -2986302 or 12742354. OLE color: 12742354.
HSL color Cylindrical-coordinate representation of color #D26EC2: hue angle of 309.6º 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 #D26EC2 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 194 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.18 |
| HSL | 309.6º | 0.53% | 0.63% | - |
| HSV(B) | 309.6º | 0.48% | 0.82% | - |
| XYZ | 41.89 | 28.75 | 54.38 | - |
| YUV | 149.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 194 | 0 | 0.48 | 0.08 | 0.18 | 309.6 | 0.53 | 0.63 |
| Hex | D2 | 6E | C2 | 0 | 30 | 8 | 12 | 136 | 35 | 3F |
| Octal | 322 | 156 | 302 | 0 | 60 | 10 | 22 | 466 | 65 | 77 |
| Binary | 11010010 | 1101110 | 11000010 | 0 | 110000 | 1000 | 10010 | 100110110 | 110101 | 111111 |
Color Harmonies of #D26EC2
Complementary color
Monochromatic Colors of #D26EC2
Black with #D26EC2
Text Example
Text Example
White with #D26EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26EC2; }
p { color: rgb(210,110,194); }
H1.HeaderClassName
{
color: #D26EC2;
}
.AnyTagClassName
{
color: #D26EC2;
}
</style>
background-color css
<style>
a { background-color: #D26EC2; }
a { background-color: rgb(210,110,194); }
div.DivClassName
{
background-color: #D26EC2;
}
.BgClassName
{
background-color: #D26EC2;
}
</style>
border-color css
<style>
span { border-color: #D26EC2; }
span { border-color: rgb(210,110,194); }
td.TdClassName
{
border-color: #D26EC2;
}
.TagClassName
{
border-color: #D26EC2;
}
</style>