Shades of Orchid #D669BD
Tints of Orchid #D669BD
RGB
CMYK
RGB Variations
Color information
#D669BD (or 0xD669BD) is known color: Orchid. HEX triplet: D6, 69 and BD. RGB value is (214,105,189). Sum of RGB (Red+Green+Blue) = 214+105+189=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BD is #299642. Grayscale: #929292. Windows color (decimal): -2725443 or 12413398. OLE color: 12413398.
HSL color Cylindrical-coordinate representation of color #D669BD: hue angle of 313.76º 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 #D669BD is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 189 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.16 |
| HSL | 313.76º | 0.57% | 0.63% | - |
| HSV(B) | 313.76º | 0.51% | 0.84% | - |
| XYZ | 41.97 | 28.07 | 51.35 | - |
| YUV | 147.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 189 | 0 | 0.51 | 0.12 | 0.16 | 313.76 | 0.57 | 0.63 |
| Hex | D6 | 69 | BD | 0 | 33 | C | 10 | 13A | 39 | 3F |
| Octal | 326 | 151 | 275 | 0 | 63 | 14 | 20 | 472 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10111101 | 0 | 110011 | 1100 | 10000 | 100111010 | 111001 | 111111 |
Color Harmonies of #D669BD
Complementary color
Monochromatic Colors of #D669BD
Black with #D669BD
Text Example
Text Example
White with #D669BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669BD; }
p { color: rgb(214,105,189); }
H1.HeaderClassName
{
color: #D669BD;
}
.AnyTagClassName
{
color: #D669BD;
}
</style>
background-color css
<style>
a { background-color: #D669BD; }
a { background-color: rgb(214,105,189); }
div.DivClassName
{
background-color: #D669BD;
}
.BgClassName
{
background-color: #D669BD;
}
</style>
border-color css
<style>
span { border-color: #D669BD; }
span { border-color: rgb(214,105,189); }
td.TdClassName
{
border-color: #D669BD;
}
.TagClassName
{
border-color: #D669BD;
}
</style>