Shades of Orchid #D269BB
Tints of Orchid #D269BB
RGB
CMYK
RGB Variations
Color information
#D269BB (or 0xD269BB) is known color: Orchid. HEX triplet: D2, 69 and BB. RGB value is (210,105,187). Sum of RGB (Red+Green+Blue) = 210+105+187=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D269BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D269BB is #2D9644. Grayscale: #919191. Windows color (decimal): -2987589 or 12282322. OLE color: 12282322.
HSL color Cylindrical-coordinate representation of color #D269BB: hue angle of 313.14º 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 #D269BB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 105 | 187 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.18 |
| HSL | 313.14º | 0.54% | 0.62% | - |
| HSV(B) | 313.14º | 0.5% | 0.82% | - |
| XYZ | 40.6 | 27.39 | 50.16 | - |
| YUV | 145.74 | 151.29 | 173.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 105 | 187 | 0 | 0.50 | 0.11 | 0.18 | 313.14 | 0.54 | 0.62 |
| Hex | D2 | 69 | BB | 0 | 32 | B | 12 | 139 | 36 | 3E |
| Octal | 322 | 151 | 273 | 0 | 62 | 13 | 22 | 471 | 66 | 76 |
| Binary | 11010010 | 1101001 | 10111011 | 0 | 110010 | 1011 | 10010 | 100111001 | 110110 | 111110 |
Color Harmonies of #D269BB
Complementary color
Monochromatic Colors of #D269BB
Black with #D269BB
Text Example
Text Example
White with #D269BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D269BB; }
p { color: rgb(210,105,187); }
H1.HeaderClassName
{
color: #D269BB;
}
.AnyTagClassName
{
color: #D269BB;
}
</style>
background-color css
<style>
a { background-color: #D269BB; }
a { background-color: rgb(210,105,187); }
div.DivClassName
{
background-color: #D269BB;
}
.BgClassName
{
background-color: #D269BB;
}
</style>
border-color css
<style>
span { border-color: #D269BB; }
span { border-color: rgb(210,105,187); }
td.TdClassName
{
border-color: #D269BB;
}
.TagClassName
{
border-color: #D269BB;
}
</style>