Shades of Orchid #D26CCF
Tints of Orchid #D26CCF
RGB
CMYK
RGB Variations
Color information
#D26CCF (or 0xD26CCF) is known color: Orchid. HEX triplet: D2, 6C and CF. RGB value is (210,108,207). Sum of RGB (Red+Green+Blue) = 210+108+207=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D26CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26CCF is #2D9330. Grayscale: #959595. Windows color (decimal): -2986801 or 13593810. OLE color: 13593810.
HSL color Cylindrical-coordinate representation of color #D26CCF: hue angle of 301.76º 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 #D26CCF is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 108 | 207 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.18 |
| HSL | 301.76º | 0.53% | 0.62% | - |
| HSV(B) | 301.76º | 0.49% | 0.82% | - |
| XYZ | 43.2 | 28.93 | 62.34 | - |
| YUV | 149.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 108 | 207 | 0 | 0.49 | 0.01 | 0.18 | 301.76 | 0.53 | 0.62 |
| Hex | D2 | 6C | CF | 0 | 31 | 1 | 12 | 12E | 35 | 3E |
| Octal | 322 | 154 | 317 | 0 | 61 | 1 | 22 | 456 | 65 | 76 |
| Binary | 11010010 | 1101100 | 11001111 | 0 | 110001 | 1 | 10010 | 100101110 | 110101 | 111110 |
Color Harmonies of #D26CCF
Complementary color
Monochromatic Colors of #D26CCF
Black with #D26CCF
Text Example
Text Example
White with #D26CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26CCF; }
p { color: rgb(210,108,207); }
H1.HeaderClassName
{
color: #D26CCF;
}
.AnyTagClassName
{
color: #D26CCF;
}
</style>
background-color css
<style>
a { background-color: #D26CCF; }
a { background-color: rgb(210,108,207); }
div.DivClassName
{
background-color: #D26CCF;
}
.BgClassName
{
background-color: #D26CCF;
}
</style>
border-color css
<style>
span { border-color: #D26CCF; }
span { border-color: rgb(210,108,207); }
td.TdClassName
{
border-color: #D26CCF;
}
.TagClassName
{
border-color: #D26CCF;
}
</style>