Shades of Orchid #D662DB
Tints of Orchid #D662DB
RGB
CMYK
RGB Variations
Color information
#D662DB (or 0xD662DB) is known color: Orchid. HEX triplet: D6, 62 and DB. RGB value is (214,98,219). Sum of RGB (Red+Green+Blue) = 214+98+219=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #D662DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DB is #299D24. Grayscale: #929292. Windows color (decimal): -2727205 or 14377686. OLE color: 14377686.
HSL color Cylindrical-coordinate representation of color #D662DB: hue angle of 297.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D662DB is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 98 | 219 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.14 |
| HSL | 297.52º | 0.63% | 0.62% | - |
| HSV(B) | 297.52º | 0.55% | 0.86% | - |
| XYZ | 44.89 | 28.15 | 70.08 | - |
| YUV | 146.48 | 168.93 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 219 | 0.02 | 0.55 | 0 | 0.14 | 297.52 | 0.63 | 0.62 |
| Hex | D6 | 62 | DB | 2 | 37 | 0 | E | 12A | 3F | 3E |
| Octal | 326 | 142 | 333 | 2 | 67 | 0 | 16 | 452 | 77 | 76 |
| Binary | 11010110 | 1100010 | 11011011 | 10 | 110111 | 0 | 1110 | 100101010 | 111111 | 111110 |
Color Harmonies of #D662DB
Complementary color
Monochromatic Colors of #D662DB
Black with #D662DB
Text Example
Text Example
White with #D662DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662DB; }
p { color: rgb(214,98,219); }
H1.HeaderClassName
{
color: #D662DB;
}
.AnyTagClassName
{
color: #D662DB;
}
</style>
background-color css
<style>
a { background-color: #D662DB; }
a { background-color: rgb(214,98,219); }
div.DivClassName
{
background-color: #D662DB;
}
.BgClassName
{
background-color: #D662DB;
}
</style>
border-color css
<style>
span { border-color: #D662DB; }
span { border-color: rgb(214,98,219); }
td.TdClassName
{
border-color: #D662DB;
}
.TagClassName
{
border-color: #D662DB;
}
</style>