Shades of Orchid #D662DF
Tints of Orchid #D662DF
RGB
CMYK
RGB Variations
Color information
#D662DF (or 0xD662DF) is known color: Orchid. HEX triplet: D6, 62 and DF. RGB value is (214,98,223). Sum of RGB (Red+Green+Blue) = 214+98+223=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #D662DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662DF is #299D20. Grayscale: #929292. Windows color (decimal): -2727201 or 14639830. OLE color: 14639830.
HSL color Cylindrical-coordinate representation of color #D662DF: hue angle of 295.68º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D662DF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 98 | 223 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.13 |
| HSL | 295.68º | 0.66% | 0.63% | - |
| HSV(B) | 295.68º | 0.56% | 0.87% | - |
| XYZ | 45.42 | 28.36 | 72.89 | - |
| YUV | 146.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 223 | 0.04 | 0.56 | 0 | 0.13 | 295.68 | 0.66 | 0.63 |
| Hex | D6 | 62 | DF | 4 | 38 | 0 | D | 128 | 42 | 3F |
| Octal | 326 | 142 | 337 | 4 | 70 | 0 | 15 | 450 | 102 | 77 |
| Binary | 11010110 | 1100010 | 11011111 | 100 | 111000 | 0 | 1101 | 100101000 | 1000010 | 111111 |
Color Harmonies of #D662DF
Complementary color
Monochromatic Colors of #D662DF
Black with #D662DF
Text Example
Text Example
White with #D662DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662DF; }
p { color: rgb(214,98,223); }
H1.HeaderClassName
{
color: #D662DF;
}
.AnyTagClassName
{
color: #D662DF;
}
</style>
background-color css
<style>
a { background-color: #D662DF; }
a { background-color: rgb(214,98,223); }
div.DivClassName
{
background-color: #D662DF;
}
.BgClassName
{
background-color: #D662DF;
}
</style>
border-color css
<style>
span { border-color: #D662DF; }
span { border-color: rgb(214,98,223); }
td.TdClassName
{
border-color: #D662DF;
}
.TagClassName
{
border-color: #D662DF;
}
</style>