Shades of Orchid #D669B8
Tints of Orchid #D669B8
RGB
CMYK
RGB Variations
Color information
#D669B8 (or 0xD669B8) is known color: Orchid. HEX triplet: D6, 69 and B8. RGB value is (214,105,184). Sum of RGB (Red+Green+Blue) = 214+105+184=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D669B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669B8 is #299647. Grayscale: #929292. Windows color (decimal): -2725448 or 12085718. OLE color: 12085718.
HSL color Cylindrical-coordinate representation of color #D669B8: hue angle of 316.51º 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 #D669B8 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 184 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.16 |
| HSL | 316.51º | 0.57% | 0.63% | - |
| HSV(B) | 316.51º | 0.51% | 0.84% | - |
| XYZ | 41.43 | 27.86 | 48.54 | - |
| YUV | 146.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 184 | 0 | 0.51 | 0.14 | 0.16 | 316.51 | 0.57 | 0.63 |
| Hex | D6 | 69 | B8 | 0 | 33 | E | 10 | 13D | 39 | 3F |
| Octal | 326 | 151 | 270 | 0 | 63 | 16 | 20 | 475 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10111000 | 0 | 110011 | 1110 | 10000 | 100111101 | 111001 | 111111 |
Color Harmonies of #D669B8
Complementary color
Monochromatic Colors of #D669B8
Black with #D669B8
Text Example
Text Example
White with #D669B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669B8; }
p { color: rgb(214,105,184); }
H1.HeaderClassName
{
color: #D669B8;
}
.AnyTagClassName
{
color: #D669B8;
}
</style>
background-color css
<style>
a { background-color: #D669B8; }
a { background-color: rgb(214,105,184); }
div.DivClassName
{
background-color: #D669B8;
}
.BgClassName
{
background-color: #D669B8;
}
</style>
border-color css
<style>
span { border-color: #D669B8; }
span { border-color: rgb(214,105,184); }
td.TdClassName
{
border-color: #D669B8;
}
.TagClassName
{
border-color: #D669B8;
}
</style>