Shades of Orchid #D666BE
Tints of Orchid #D666BE
RGB
CMYK
RGB Variations
Color information
#D666BE (or 0xD666BE) is known color: Orchid. HEX triplet: D6, 66 and BE. RGB value is (214,102,190). Sum of RGB (Red+Green+Blue) = 214+102+190=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D666BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D666BE is #299941. Grayscale: #919191. Windows color (decimal): -2726210 or 12478166. OLE color: 12478166.
HSL color Cylindrical-coordinate representation of color #D666BE: hue angle of 312.86º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D666BE is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 190 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.16 |
| HSL | 312.86º | 0.58% | 0.62% | - |
| HSV(B) | 312.86º | 0.52% | 0.84% | - |
| XYZ | 41.78 | 27.52 | 51.82 | - |
| YUV | 145.52 | 153.11 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 190 | 0 | 0.52 | 0.11 | 0.16 | 312.86 | 0.58 | 0.62 |
| Hex | D6 | 66 | BE | 0 | 34 | B | 10 | 139 | 3A | 3E |
| Octal | 326 | 146 | 276 | 0 | 64 | 13 | 20 | 471 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10111110 | 0 | 110100 | 1011 | 10000 | 100111001 | 111010 | 111110 |
Color Harmonies of #D666BE
Complementary color
Monochromatic Colors of #D666BE
Black with #D666BE
Text Example
Text Example
White with #D666BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D666BE; }
p { color: rgb(214,102,190); }
H1.HeaderClassName
{
color: #D666BE;
}
.AnyTagClassName
{
color: #D666BE;
}
</style>
background-color css
<style>
a { background-color: #D666BE; }
a { background-color: rgb(214,102,190); }
div.DivClassName
{
background-color: #D666BE;
}
.BgClassName
{
background-color: #D666BE;
}
</style>
border-color css
<style>
span { border-color: #D666BE; }
span { border-color: rgb(214,102,190); }
td.TdClassName
{
border-color: #D666BE;
}
.TagClassName
{
border-color: #D666BE;
}
</style>