Shades of Orchid #D26CCD
Tints of Orchid #D26CCD
RGB
CMYK
RGB Variations
Color information
#D26CCD (or 0xD26CCD) is known color: Orchid. HEX triplet: D2, 6C and CD. RGB value is (210,108,205). Sum of RGB (Red+Green+Blue) = 210+108+205=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 205 (80.47% from 255 or 39.20% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCD is #2D9332. Grayscale: #959595. Windows color (decimal): -2986803 or 13462738. OLE color: 13462738.
HSL color Cylindrical-coordinate representation of color #D26CCD: hue angle of 302.94º 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 #D26CCD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 205 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.18 |
| HSL | 302.94º | 0.53% | 0.62% | - |
| HSV(B) | 302.94º | 0.49% | 0.82% | - |
| XYZ | 42.96 | 28.83 | 61.06 | - |
| YUV | 149.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 205 | 0 | 0.49 | 0.02 | 0.18 | 302.94 | 0.53 | 0.62 |
| Hex | D2 | 6C | CD | 0 | 31 | 2 | 12 | 12F | 35 | 3E |
| Octal | 322 | 154 | 315 | 0 | 61 | 2 | 22 | 457 | 65 | 76 |
| Binary | 11010010 | 1101100 | 11001101 | 0 | 110001 | 10 | 10010 | 100101111 | 110101 | 111110 |
Color Harmonies of #D26CCD
Complementary color
Monochromatic Colors of #D26CCD
Black with #D26CCD
Text Example
Text Example
White with #D26CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CCD; }
p { color: rgb(210,108,205); }
H1.HeaderClassName
{
color: #D26CCD;
}
.AnyTagClassName
{
color: #D26CCD;
}
</style>
background-color css
<style>
a { background-color: #D26CCD; }
a { background-color: rgb(210,108,205); }
div.DivClassName
{
background-color: #D26CCD;
}
.BgClassName
{
background-color: #D26CCD;
}
</style>
border-color css
<style>
span { border-color: #D26CCD; }
span { border-color: rgb(210,108,205); }
td.TdClassName
{
border-color: #D26CCD;
}
.TagClassName
{
border-color: #D26CCD;
}
</style>