Shades of Orchid #D26BDA
Tints of Orchid #D26BDA
RGB
CMYK
RGB Variations
Color information
#D26BDA (or 0xD26BDA) is known color: Orchid. HEX triplet: D2, 6B and DA. RGB value is (210,107,218). Sum of RGB (Red+Green+Blue) = 210+107+218=535 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.25% from 535); Green value is 107 (42.19% from 255 or 20% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BDA is #2D9425. Grayscale: #969696. Windows color (decimal): -2987046 or 14314450. OLE color: 14314450.
HSL color Cylindrical-coordinate representation of color #D26BDA: hue angle of 295.68º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D26BDA is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 107 | 218 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.15 |
| HSL | 295.68º | 0.6% | 0.64% | - |
| HSV(B) | 295.68º | 0.51% | 0.85% | - |
| XYZ | 44.49 | 29.28 | 69.64 | - |
| YUV | 150.45 | 166.12 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 218 | 0.04 | 0.51 | 0 | 0.15 | 295.68 | 0.6 | 0.64 |
| Hex | D2 | 6B | DA | 4 | 33 | 0 | F | 128 | 3C | 40 |
| Octal | 322 | 153 | 332 | 4 | 63 | 0 | 17 | 450 | 74 | 100 |
| Binary | 11010010 | 1101011 | 11011010 | 100 | 110011 | 0 | 1111 | 100101000 | 111100 | 1000000 |
Color Harmonies of #D26BDA
Complementary color
Monochromatic Colors of #D26BDA
Black with #D26BDA
Text Example
Text Example
White with #D26BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BDA; }
p { color: rgb(210,107,218); }
H1.HeaderClassName
{
color: #D26BDA;
}
.AnyTagClassName
{
color: #D26BDA;
}
</style>
background-color css
<style>
a { background-color: #D26BDA; }
a { background-color: rgb(210,107,218); }
div.DivClassName
{
background-color: #D26BDA;
}
.BgClassName
{
background-color: #D26BDA;
}
</style>
border-color css
<style>
span { border-color: #D26BDA; }
span { border-color: rgb(210,107,218); }
td.TdClassName
{
border-color: #D26BDA;
}
.TagClassName
{
border-color: #D26BDA;
}
</style>