Shades of Orchid #D663BE
Tints of Orchid #D663BE
RGB
CMYK
RGB Variations
Color information
#D663BE (or 0xD663BE) is known color: Orchid. HEX triplet: D6, 63 and BE. RGB value is (214,99,190). Sum of RGB (Red+Green+Blue) = 214+99+190=503 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.54% from 503); Green value is 99 (39.06% from 255 or 19.68% from 503); Blue value is 190 (74.61% from 255 or 37.77% from 503); Max value from RGB is 214 - color contains mainly: red. Hex color #D663BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D663BE is #299C41. Grayscale: #8F8F8F. Windows color (decimal): -2726978 or 12477398. OLE color: 12477398.
HSL color Cylindrical-coordinate representation of color #D663BE: hue angle of 312.52º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D663BE is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 99 | 190 | - |
| CMYK | 0 | 0.54 | 0.11 | 0.16 |
| HSL | 312.52º | 0.58% | 0.61% | - |
| HSV(B) | 312.52º | 0.54% | 0.84% | - |
| XYZ | 41.49 | 26.94 | 51.73 | - |
| YUV | 143.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 190 | 0 | 0.54 | 0.11 | 0.16 | 312.52 | 0.58 | 0.61 |
| Hex | D6 | 63 | BE | 0 | 36 | B | 10 | 139 | 3A | 3D |
| Octal | 326 | 143 | 276 | 0 | 66 | 13 | 20 | 471 | 72 | 75 |
| Binary | 11010110 | 1100011 | 10111110 | 0 | 110110 | 1011 | 10000 | 100111001 | 111010 | 111101 |
Color Harmonies of #D663BE
Complementary color
Monochromatic Colors of #D663BE
Black with #D663BE
Text Example
Text Example
White with #D663BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663BE; }
p { color: rgb(214,99,190); }
H1.HeaderClassName
{
color: #D663BE;
}
.AnyTagClassName
{
color: #D663BE;
}
</style>
background-color css
<style>
a { background-color: #D663BE; }
a { background-color: rgb(214,99,190); }
div.DivClassName
{
background-color: #D663BE;
}
.BgClassName
{
background-color: #D663BE;
}
</style>
border-color css
<style>
span { border-color: #D663BE; }
span { border-color: rgb(214,99,190); }
td.TdClassName
{
border-color: #D663BE;
}
.TagClassName
{
border-color: #D663BE;
}
</style>