Shades of Orchid #D669BE
Tints of Orchid #D669BE
RGB
CMYK
RGB Variations
Color information
#D669BE (or 0xD669BE) is known color: Orchid. HEX triplet: D6, 69 and BE. RGB value is (214,105,190). Sum of RGB (Red+Green+Blue) = 214+105+190=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D669BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D669BE is #299641. Grayscale: #939393. Windows color (decimal): -2725442 or 12478934. OLE color: 12478934.
HSL color Cylindrical-coordinate representation of color #D669BE: hue angle of 313.21º 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 #D669BE is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 190 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.16 |
| HSL | 313.21º | 0.57% | 0.63% | - |
| HSV(B) | 313.21º | 0.51% | 0.84% | - |
| XYZ | 42.08 | 28.12 | 51.92 | - |
| YUV | 147.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 190 | 0 | 0.51 | 0.11 | 0.16 | 313.21 | 0.57 | 0.63 |
| Hex | D6 | 69 | BE | 0 | 33 | B | 10 | 139 | 39 | 3F |
| Octal | 326 | 151 | 276 | 0 | 63 | 13 | 20 | 471 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10111110 | 0 | 110011 | 1011 | 10000 | 100111001 | 111001 | 111111 |
Color Harmonies of #D669BE
Complementary color
Monochromatic Colors of #D669BE
Black with #D669BE
Text Example
Text Example
White with #D669BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D669BE; }
p { color: rgb(214,105,190); }
H1.HeaderClassName
{
color: #D669BE;
}
.AnyTagClassName
{
color: #D669BE;
}
</style>
background-color css
<style>
a { background-color: #D669BE; }
a { background-color: rgb(214,105,190); }
div.DivClassName
{
background-color: #D669BE;
}
.BgClassName
{
background-color: #D669BE;
}
</style>
border-color css
<style>
span { border-color: #D669BE; }
span { border-color: rgb(214,105,190); }
td.TdClassName
{
border-color: #D669BE;
}
.TagClassName
{
border-color: #D669BE;
}
</style>