Shades of Orchid #D26FCE
Tints of Orchid #D26FCE
RGB
CMYK
RGB Variations
Color information
#D26FCE (or 0xD26FCE) is known color: Orchid. HEX triplet: D2, 6F and CE. RGB value is (210,111,206). Sum of RGB (Red+Green+Blue) = 210+111+206=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 210 - color contains mainly: red. Hex color #D26FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D26FCE is #2D9031. Grayscale: #979797. Windows color (decimal): -2986034 or 13529042. OLE color: 13529042.
HSL color Cylindrical-coordinate representation of color #D26FCE: hue angle of 302.42º 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 #D26FCE is Cyan = 0, Magento = 0.47, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 206 | - |
| CMYK | 0 | 0.47 | 0.02 | 0.18 |
| HSL | 302.42º | 0.52% | 0.63% | - |
| HSV(B) | 302.42º | 0.47% | 0.82% | - |
| XYZ | 43.4 | 29.53 | 61.8 | - |
| YUV | 151.43 | 158.8 | 169.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 206 | 0 | 0.47 | 0.02 | 0.18 | 302.42 | 0.52 | 0.63 |
| Hex | D2 | 6F | CE | 0 | 2F | 2 | 12 | 12E | 34 | 3F |
| Octal | 322 | 157 | 316 | 0 | 57 | 2 | 22 | 456 | 64 | 77 |
| Binary | 11010010 | 1101111 | 11001110 | 0 | 101111 | 10 | 10010 | 100101110 | 110100 | 111111 |
Color Harmonies of #D26FCE
Complementary color
Monochromatic Colors of #D26FCE
Black with #D26FCE
Text Example
Text Example
White with #D26FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26FCE; }
p { color: rgb(210,111,206); }
H1.HeaderClassName
{
color: #D26FCE;
}
.AnyTagClassName
{
color: #D26FCE;
}
</style>
background-color css
<style>
a { background-color: #D26FCE; }
a { background-color: rgb(210,111,206); }
div.DivClassName
{
background-color: #D26FCE;
}
.BgClassName
{
background-color: #D26FCE;
}
</style>
border-color css
<style>
span { border-color: #D26FCE; }
span { border-color: rgb(210,111,206); }
td.TdClassName
{
border-color: #D26FCE;
}
.TagClassName
{
border-color: #D26FCE;
}
</style>