Shades of Orchid #D26FCF
Tints of Orchid #D26FCF
RGB
CMYK
RGB Variations
Color information
#D26FCF (or 0xD26FCF) is known color: Orchid. HEX triplet: D2, 6F and CF. RGB value is (210,111,207). Sum of RGB (Red+Green+Blue) = 210+111+207=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FCF is #2D9030. Grayscale: #979797. Windows color (decimal): -2986033 or 13594578. OLE color: 13594578.
HSL color Cylindrical-coordinate representation of color #D26FCF: hue angle of 301.82º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26FCF is Cyan = 0, Magento = 0.47, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 207 | - |
| CMYK | 0 | 0.47 | 0.01 | 0.18 |
| HSL | 301.82º | 0.52% | 0.63% | - |
| HSV(B) | 301.82º | 0.47% | 0.82% | - |
| XYZ | 43.53 | 29.58 | 62.45 | - |
| YUV | 151.55 | 159.3 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 207 | 0 | 0.47 | 0.01 | 0.18 | 301.82 | 0.52 | 0.63 |
| Hex | D2 | 6F | CF | 0 | 2F | 1 | 12 | 12E | 34 | 3F |
| Octal | 322 | 157 | 317 | 0 | 57 | 1 | 22 | 456 | 64 | 77 |
| Binary | 11010010 | 1101111 | 11001111 | 0 | 101111 | 1 | 10010 | 100101110 | 110100 | 111111 |
Color Harmonies of #D26FCF
Complementary color
Monochromatic Colors of #D26FCF
Black with #D26FCF
Text Example
Text Example
White with #D26FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FCF; }
p { color: rgb(210,111,207); }
H1.HeaderClassName
{
color: #D26FCF;
}
.AnyTagClassName
{
color: #D26FCF;
}
</style>
background-color css
<style>
a { background-color: #D26FCF; }
a { background-color: rgb(210,111,207); }
div.DivClassName
{
background-color: #D26FCF;
}
.BgClassName
{
background-color: #D26FCF;
}
</style>
border-color css
<style>
span { border-color: #D26FCF; }
span { border-color: rgb(210,111,207); }
td.TdClassName
{
border-color: #D26FCF;
}
.TagClassName
{
border-color: #D26FCF;
}
</style>