Shades of Orchid #D669BB
Tints of Orchid #D669BB
RGB
CMYK
RGB Variations
Color information
#D669BB (or 0xD669BB) is known color: Orchid. HEX triplet: D6, 69 and BB. RGB value is (214,105,187). Sum of RGB (Red+Green+Blue) = 214+105+187=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BB is #299644. Grayscale: #929292. Windows color (decimal): -2725445 or 12282326. OLE color: 12282326.
HSL color Cylindrical-coordinate representation of color #D669BB: hue angle of 314.86º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D669BB is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 187 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.16 |
| HSL | 314.86º | 0.57% | 0.63% | - |
| HSV(B) | 314.86º | 0.51% | 0.84% | - |
| XYZ | 41.75 | 27.99 | 50.22 | - |
| YUV | 146.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 187 | 0 | 0.51 | 0.13 | 0.16 | 314.86 | 0.57 | 0.63 |
| Hex | D6 | 69 | BB | 0 | 33 | D | 10 | 13B | 39 | 3F |
| Octal | 326 | 151 | 273 | 0 | 63 | 15 | 20 | 473 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10111011 | 0 | 110011 | 1101 | 10000 | 100111011 | 111001 | 111111 |
Color Harmonies of #D669BB
Complementary color
Monochromatic Colors of #D669BB
Black with #D669BB
Text Example
Text Example
White with #D669BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669BB; }
p { color: rgb(214,105,187); }
H1.HeaderClassName
{
color: #D669BB;
}
.AnyTagClassName
{
color: #D669BB;
}
</style>
background-color css
<style>
a { background-color: #D669BB; }
a { background-color: rgb(214,105,187); }
div.DivClassName
{
background-color: #D669BB;
}
.BgClassName
{
background-color: #D669BB;
}
</style>
border-color css
<style>
span { border-color: #D669BB; }
span { border-color: rgb(214,105,187); }
td.TdClassName
{
border-color: #D669BB;
}
.TagClassName
{
border-color: #D669BB;
}
</style>