Shades of Orchid #D268BD
Tints of Orchid #D268BD
RGB
CMYK
RGB Variations
Color information
#D268BD (or 0xD268BD) is known color: Orchid. HEX triplet: D2, 68 and BD. RGB value is (210,104,189). Sum of RGB (Red+Green+Blue) = 210+104+189=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D268BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D268BD is #2D9742. Grayscale: #919191. Windows color (decimal): -2987843 or 12413138. OLE color: 12413138.
HSL color Cylindrical-coordinate representation of color #D268BD: hue angle of 311.89º 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 #D268BD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 104 | 189 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.18 |
| HSL | 311.89º | 0.54% | 0.62% | - |
| HSV(B) | 311.89º | 0.5% | 0.82% | - |
| XYZ | 40.71 | 27.28 | 51.26 | - |
| YUV | 145.38 | 152.62 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 104 | 189 | 0 | 0.50 | 0.10 | 0.18 | 311.89 | 0.54 | 0.62 |
| Hex | D2 | 68 | BD | 0 | 32 | A | 12 | 138 | 36 | 3E |
| Octal | 322 | 150 | 275 | 0 | 62 | 12 | 22 | 470 | 66 | 76 |
| Binary | 11010010 | 1101000 | 10111101 | 0 | 110010 | 1010 | 10010 | 100111000 | 110110 | 111110 |
Color Harmonies of #D268BD
Complementary color
Monochromatic Colors of #D268BD
Black with #D268BD
Text Example
Text Example
White with #D268BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D268BD; }
p { color: rgb(210,104,189); }
H1.HeaderClassName
{
color: #D268BD;
}
.AnyTagClassName
{
color: #D268BD;
}
</style>
background-color css
<style>
a { background-color: #D268BD; }
a { background-color: rgb(210,104,189); }
div.DivClassName
{
background-color: #D268BD;
}
.BgClassName
{
background-color: #D268BD;
}
</style>
border-color css
<style>
span { border-color: #D268BD; }
span { border-color: rgb(210,104,189); }
td.TdClassName
{
border-color: #D268BD;
}
.TagClassName
{
border-color: #D268BD;
}
</style>