Shades of Orchid #D269BD
Tints of Orchid #D269BD
RGB
CMYK
RGB Variations
Color information
#D269BD (or 0xD269BD) is known color: Orchid. HEX triplet: D2, 69 and BD. RGB value is (210,105,189). Sum of RGB (Red+Green+Blue) = 210+105+189=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D269BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269BD is #2D9642. Grayscale: #919191. Windows color (decimal): -2987587 or 12413394. OLE color: 12413394.
HSL color Cylindrical-coordinate representation of color #D269BD: hue angle of 312º 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 #D269BD is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 189 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.18 |
| HSL | 312º | 0.54% | 0.62% | - |
| HSV(B) | 312º | 0.5% | 0.82% | - |
| XYZ | 40.82 | 27.48 | 51.3 | - |
| YUV | 145.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 189 | 0 | 0.50 | 0.10 | 0.18 | 312 | 0.54 | 0.62 |
| Hex | D2 | 69 | BD | 0 | 32 | A | 12 | 138 | 36 | 3E |
| Octal | 322 | 151 | 275 | 0 | 62 | 12 | 22 | 470 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10111101 | 0 | 110010 | 1010 | 10010 | 100111000 | 110110 | 111110 |
Color Harmonies of #D269BD
Complementary color
Monochromatic Colors of #D269BD
Black with #D269BD
Text Example
Text Example
White with #D269BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269BD; }
p { color: rgb(210,105,189); }
H1.HeaderClassName
{
color: #D269BD;
}
.AnyTagClassName
{
color: #D269BD;
}
</style>
background-color css
<style>
a { background-color: #D269BD; }
a { background-color: rgb(210,105,189); }
div.DivClassName
{
background-color: #D269BD;
}
.BgClassName
{
background-color: #D269BD;
}
</style>
border-color css
<style>
span { border-color: #D269BD; }
span { border-color: rgb(210,105,189); }
td.TdClassName
{
border-color: #D269BD;
}
.TagClassName
{
border-color: #D269BD;
}
</style>