Shades of Orchid #D26BC2
Tints of Orchid #D26BC2
RGB
CMYK
RGB Variations
Color information
#D26BC2 (or 0xD26BC2) is known color: Orchid. HEX triplet: D2, 6B and C2. RGB value is (210,107,194). Sum of RGB (Red+Green+Blue) = 210+107+194=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 107 (42.19% from 255 or 20.94% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BC2 is #2D943D. Grayscale: #939393. Windows color (decimal): -2987070 or 12741586. OLE color: 12741586.
HSL color Cylindrical-coordinate representation of color #D26BC2: hue angle of 309.32º 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 #D26BC2 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 194 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.18 |
| HSL | 309.32º | 0.53% | 0.62% | - |
| HSV(B) | 309.32º | 0.49% | 0.82% | - |
| XYZ | 41.57 | 28.11 | 54.27 | - |
| YUV | 147.72 | 154.12 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 194 | 0 | 0.49 | 0.08 | 0.18 | 309.32 | 0.53 | 0.62 |
| Hex | D2 | 6B | C2 | 0 | 31 | 8 | 12 | 135 | 35 | 3E |
| Octal | 322 | 153 | 302 | 0 | 61 | 10 | 22 | 465 | 65 | 76 |
| Binary | 11010010 | 1101011 | 11000010 | 0 | 110001 | 1000 | 10010 | 100110101 | 110101 | 111110 |
Color Harmonies of #D26BC2
Complementary color
Monochromatic Colors of #D26BC2
Black with #D26BC2
Text Example
Text Example
White with #D26BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BC2; }
p { color: rgb(210,107,194); }
H1.HeaderClassName
{
color: #D26BC2;
}
.AnyTagClassName
{
color: #D26BC2;
}
</style>
background-color css
<style>
a { background-color: #D26BC2; }
a { background-color: rgb(210,107,194); }
div.DivClassName
{
background-color: #D26BC2;
}
.BgClassName
{
background-color: #D26BC2;
}
</style>
border-color css
<style>
span { border-color: #D26BC2; }
span { border-color: rgb(210,107,194); }
td.TdClassName
{
border-color: #D26BC2;
}
.TagClassName
{
border-color: #D26BC2;
}
</style>