Shades of Orchid #D26CDA
Tints of Orchid #D26CDA
RGB
CMYK
RGB Variations
Color information
#D26CDA (or 0xD26CDA) is known color: Orchid. HEX triplet: D2, 6C and DA. RGB value is (210,108,218). Sum of RGB (Red+Green+Blue) = 210+108+218=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #D26CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CDA is #2D9325. Grayscale: #969696. Windows color (decimal): -2986790 or 14314706. OLE color: 14314706.
HSL color Cylindrical-coordinate representation of color #D26CDA: hue angle of 295.64º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26CDA is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 108 | 218 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.15 |
| HSL | 295.64º | 0.6% | 0.64% | - |
| HSV(B) | 295.64º | 0.5% | 0.85% | - |
| XYZ | 44.6 | 29.49 | 69.67 | - |
| YUV | 151.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 218 | 0.04 | 0.50 | 0 | 0.15 | 295.64 | 0.6 | 0.64 |
| Hex | D2 | 6C | DA | 4 | 32 | 0 | F | 128 | 3C | 40 |
| Octal | 322 | 154 | 332 | 4 | 62 | 0 | 17 | 450 | 74 | 100 |
| Binary | 11010010 | 1101100 | 11011010 | 100 | 110010 | 0 | 1111 | 100101000 | 111100 | 1000000 |
Color Harmonies of #D26CDA
Complementary color
Monochromatic Colors of #D26CDA
Black with #D26CDA
Text Example
Text Example
White with #D26CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CDA; }
p { color: rgb(210,108,218); }
H1.HeaderClassName
{
color: #D26CDA;
}
.AnyTagClassName
{
color: #D26CDA;
}
</style>
background-color css
<style>
a { background-color: #D26CDA; }
a { background-color: rgb(210,108,218); }
div.DivClassName
{
background-color: #D26CDA;
}
.BgClassName
{
background-color: #D26CDA;
}
</style>
border-color css
<style>
span { border-color: #D26CDA; }
span { border-color: rgb(210,108,218); }
td.TdClassName
{
border-color: #D26CDA;
}
.TagClassName
{
border-color: #D26CDA;
}
</style>