Shades of Orchid #D26BCD
Tints of Orchid #D26BCD
RGB
CMYK
RGB Variations
Color information
#D26BCD (or 0xD26BCD) is known color: Orchid. HEX triplet: D2, 6B and CD. RGB value is (210,107,205). Sum of RGB (Red+Green+Blue) = 210+107+205=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D26BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26BCD is #2D9432. Grayscale: #949494. Windows color (decimal): -2987059 or 13462482. OLE color: 13462482.
HSL color Cylindrical-coordinate representation of color #D26BCD: hue angle of 302.91º 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 #D26BCD is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 107 | 205 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.18 |
| HSL | 302.91º | 0.53% | 0.62% | - |
| HSV(B) | 302.91º | 0.49% | 0.82% | - |
| XYZ | 42.86 | 28.62 | 61.02 | - |
| YUV | 148.97 | 159.62 | 171.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 107 | 205 | 0 | 0.49 | 0.02 | 0.18 | 302.91 | 0.53 | 0.62 |
| Hex | D2 | 6B | CD | 0 | 31 | 2 | 12 | 12F | 35 | 3E |
| Octal | 322 | 153 | 315 | 0 | 61 | 2 | 22 | 457 | 65 | 76 |
| Binary | 11010010 | 1101011 | 11001101 | 0 | 110001 | 10 | 10010 | 100101111 | 110101 | 111110 |
Color Harmonies of #D26BCD
Complementary color
Monochromatic Colors of #D26BCD
Black with #D26BCD
Text Example
Text Example
White with #D26BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26BCD; }
p { color: rgb(210,107,205); }
H1.HeaderClassName
{
color: #D26BCD;
}
.AnyTagClassName
{
color: #D26BCD;
}
</style>
background-color css
<style>
a { background-color: #D26BCD; }
a { background-color: rgb(210,107,205); }
div.DivClassName
{
background-color: #D26BCD;
}
.BgClassName
{
background-color: #D26BCD;
}
</style>
border-color css
<style>
span { border-color: #D26BCD; }
span { border-color: rgb(210,107,205); }
td.TdClassName
{
border-color: #D26BCD;
}
.TagClassName
{
border-color: #D26BCD;
}
</style>