Shades of Orchid #D268CD
Tints of Orchid #D268CD
RGB
CMYK
RGB Variations
Color information
#D268CD (or 0xD268CD) is known color: Orchid. HEX triplet: D2, 68 and CD. RGB value is (210,104,205). Sum of RGB (Red+Green+Blue) = 210+104+205=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D268CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268CD is #2D9732. Grayscale: #929292. Windows color (decimal): -2987827 or 13461714. OLE color: 13461714.
HSL color Cylindrical-coordinate representation of color #D268CD: hue angle of 302.83º 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 #D268CD is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 205 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.18 |
| HSL | 302.83º | 0.54% | 0.62% | - |
| HSV(B) | 302.83º | 0.5% | 0.82% | - |
| XYZ | 42.55 | 28.01 | 60.92 | - |
| YUV | 147.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 205 | 0 | 0.50 | 0.02 | 0.18 | 302.83 | 0.54 | 0.62 |
| Hex | D2 | 68 | CD | 0 | 32 | 2 | 12 | 12F | 36 | 3E |
| Octal | 322 | 150 | 315 | 0 | 62 | 2 | 22 | 457 | 66 | 76 |
| Binary | 11010010 | 1101000 | 11001101 | 0 | 110010 | 10 | 10010 | 100101111 | 110110 | 111110 |
Color Harmonies of #D268CD
Complementary color
Monochromatic Colors of #D268CD
Black with #D268CD
Text Example
Text Example
White with #D268CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268CD; }
p { color: rgb(210,104,205); }
H1.HeaderClassName
{
color: #D268CD;
}
.AnyTagClassName
{
color: #D268CD;
}
</style>
background-color css
<style>
a { background-color: #D268CD; }
a { background-color: rgb(210,104,205); }
div.DivClassName
{
background-color: #D268CD;
}
.BgClassName
{
background-color: #D268CD;
}
</style>
border-color css
<style>
span { border-color: #D268CD; }
span { border-color: rgb(210,104,205); }
td.TdClassName
{
border-color: #D268CD;
}
.TagClassName
{
border-color: #D268CD;
}
</style>