Shades of Orchid #D269BE
Tints of Orchid #D269BE
RGB
CMYK
RGB Variations
Color information
#D269BE (or 0xD269BE) is known color: Orchid. HEX triplet: D2, 69 and BE. RGB value is (210,105,190). Sum of RGB (Red+Green+Blue) = 210+105+190=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D269BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269BE is #2D9641. Grayscale: #919191. Windows color (decimal): -2987586 or 12478930. OLE color: 12478930.
HSL color Cylindrical-coordinate representation of color #D269BE: hue angle of 311.43º 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 #D269BE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 190 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.18 |
| HSL | 311.43º | 0.54% | 0.62% | - |
| HSV(B) | 311.43º | 0.5% | 0.82% | - |
| XYZ | 40.92 | 27.52 | 51.87 | - |
| YUV | 146.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 190 | 0 | 0.50 | 0.10 | 0.18 | 311.43 | 0.54 | 0.62 |
| Hex | D2 | 69 | BE | 0 | 32 | A | 12 | 137 | 36 | 3E |
| Octal | 322 | 151 | 276 | 0 | 62 | 12 | 22 | 467 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10111110 | 0 | 110010 | 1010 | 10010 | 100110111 | 110110 | 111110 |
Color Harmonies of #D269BE
Complementary color
Monochromatic Colors of #D269BE
Black with #D269BE
Text Example
Text Example
White with #D269BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269BE; }
p { color: rgb(210,105,190); }
H1.HeaderClassName
{
color: #D269BE;
}
.AnyTagClassName
{
color: #D269BE;
}
</style>
background-color css
<style>
a { background-color: #D269BE; }
a { background-color: rgb(210,105,190); }
div.DivClassName
{
background-color: #D269BE;
}
.BgClassName
{
background-color: #D269BE;
}
</style>
border-color css
<style>
span { border-color: #D269BE; }
span { border-color: rgb(210,105,190); }
td.TdClassName
{
border-color: #D269BE;
}
.TagClassName
{
border-color: #D269BE;
}
</style>