Shades of Orchid #D26BC8
Tints of Orchid #D26BC8
RGB
CMYK
RGB Variations
Color information
#D26BC8 (or 0xD26BC8) is known color: Orchid. HEX triplet: D2, 6B and C8. RGB value is (210,107,200). Sum of RGB (Red+Green+Blue) = 210+107+200=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 107 (42.19% from 255 or 20.70% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BC8 is #2D9437. Grayscale: #949494. Windows color (decimal): -2987064 or 13134802. OLE color: 13134802.
HSL color Cylindrical-coordinate representation of color #D26BC8: hue angle of 305.83º 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 #D26BC8 is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 200 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.18 |
| HSL | 305.83º | 0.53% | 0.62% | - |
| HSV(B) | 305.83º | 0.49% | 0.82% | - |
| XYZ | 42.26 | 28.39 | 57.9 | - |
| YUV | 148.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 200 | 0 | 0.49 | 0.05 | 0.18 | 305.83 | 0.53 | 0.62 |
| Hex | D2 | 6B | C8 | 0 | 31 | 5 | 12 | 132 | 35 | 3E |
| Octal | 322 | 153 | 310 | 0 | 61 | 5 | 22 | 462 | 65 | 76 |
| Binary | 11010010 | 1101011 | 11001000 | 0 | 110001 | 101 | 10010 | 100110010 | 110101 | 111110 |
Color Harmonies of #D26BC8
Complementary color
Monochromatic Colors of #D26BC8
Black with #D26BC8
Text Example
Text Example
White with #D26BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BC8; }
p { color: rgb(210,107,200); }
H1.HeaderClassName
{
color: #D26BC8;
}
.AnyTagClassName
{
color: #D26BC8;
}
</style>
background-color css
<style>
a { background-color: #D26BC8; }
a { background-color: rgb(210,107,200); }
div.DivClassName
{
background-color: #D26BC8;
}
.BgClassName
{
background-color: #D26BC8;
}
</style>
border-color css
<style>
span { border-color: #D26BC8; }
span { border-color: rgb(210,107,200); }
td.TdClassName
{
border-color: #D26BC8;
}
.TagClassName
{
border-color: #D26BC8;
}
</style>