Shades of Orchid #D26ACF
Tints of Orchid #D26ACF
RGB
CMYK
RGB Variations
Color information
#D26ACF (or 0xD26ACF) is known color: Orchid. HEX triplet: D2, 6A and CF. RGB value is (210,106,207). Sum of RGB (Red+Green+Blue) = 210+106+207=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D26ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26ACF is #2D9530. Grayscale: #949494. Windows color (decimal): -2987313 or 13593298. OLE color: 13593298.
HSL color Cylindrical-coordinate representation of color #D26ACF: hue angle of 301.73º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D26ACF is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 106 | 207 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.18 |
| HSL | 301.73º | 0.54% | 0.62% | - |
| HSV(B) | 301.73º | 0.5% | 0.82% | - |
| XYZ | 42.99 | 28.51 | 62.27 | - |
| YUV | 148.61 | 160.96 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 106 | 207 | 0 | 0.50 | 0.01 | 0.18 | 301.73 | 0.54 | 0.62 |
| Hex | D2 | 6A | CF | 0 | 32 | 1 | 12 | 12E | 36 | 3E |
| Octal | 322 | 152 | 317 | 0 | 62 | 1 | 22 | 456 | 66 | 76 |
| Binary | 11010010 | 1101010 | 11001111 | 0 | 110010 | 1 | 10010 | 100101110 | 110110 | 111110 |
Color Harmonies of #D26ACF
Complementary color
Monochromatic Colors of #D26ACF
Black with #D26ACF
Text Example
Text Example
White with #D26ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26ACF; }
p { color: rgb(210,106,207); }
H1.HeaderClassName
{
color: #D26ACF;
}
.AnyTagClassName
{
color: #D26ACF;
}
</style>
background-color css
<style>
a { background-color: #D26ACF; }
a { background-color: rgb(210,106,207); }
div.DivClassName
{
background-color: #D26ACF;
}
.BgClassName
{
background-color: #D26ACF;
}
</style>
border-color css
<style>
span { border-color: #D26ACF; }
span { border-color: rgb(210,106,207); }
td.TdClassName
{
border-color: #D26ACF;
}
.TagClassName
{
border-color: #D26ACF;
}
</style>