Shades of Orchid #D369BB
Tints of Orchid #D369BB
RGB
CMYK
RGB Variations
Color information
#D369BB (or 0xD369BB) is known color: Orchid. HEX triplet: D3, 69 and BB. RGB value is (211,105,187). Sum of RGB (Red+Green+Blue) = 211+105+187=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 187 (73.44% from 255 or 37.18% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D369BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369BB is #2C9644. Grayscale: #919191. Windows color (decimal): -2922053 or 12282323. OLE color: 12282323.
HSL color Cylindrical-coordinate representation of color #D369BB: hue angle of 313.58º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369BB is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 187 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.17 |
| HSL | 313.58º | 0.55% | 0.62% | - |
| HSV(B) | 313.58º | 0.5% | 0.83% | - |
| XYZ | 40.89 | 27.54 | 50.17 | - |
| YUV | 146.04 | 151.12 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 187 | 0 | 0.50 | 0.11 | 0.17 | 313.58 | 0.55 | 0.62 |
| Hex | D3 | 69 | BB | 0 | 32 | B | 11 | 13A | 37 | 3E |
| Octal | 323 | 151 | 273 | 0 | 62 | 13 | 21 | 472 | 67 | 76 |
| Binary | 11010011 | 1101001 | 10111011 | 0 | 110010 | 1011 | 10001 | 100111010 | 110111 | 111110 |
Color Harmonies of #D369BB
Complementary color
Monochromatic Colors of #D369BB
Black with #D369BB
Text Example
Text Example
White with #D369BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369BB; }
p { color: rgb(211,105,187); }
H1.HeaderClassName
{
color: #D369BB;
}
.AnyTagClassName
{
color: #D369BB;
}
</style>
background-color css
<style>
a { background-color: #D369BB; }
a { background-color: rgb(211,105,187); }
div.DivClassName
{
background-color: #D369BB;
}
.BgClassName
{
background-color: #D369BB;
}
</style>
border-color css
<style>
span { border-color: #D369BB; }
span { border-color: rgb(211,105,187); }
td.TdClassName
{
border-color: #D369BB;
}
.TagClassName
{
border-color: #D369BB;
}
</style>