Shades of Orchid #D662E5
Tints of Orchid #D662E5
RGB
CMYK
RGB Variations
Color information
#D662E5 (or 0xD662E5) is known color: Orchid. HEX triplet: D6, 62 and E5. RGB value is (214,98,229). Sum of RGB (Red+Green+Blue) = 214+98+229=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 98 (38.67% from 255 or 18.11% from 541); Blue value is 229 (89.84% from 255 or 42.33% from 541); Max value from RGB is 229 - color contains mainly: blue. Hex color #D662E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662E5 is #299D1A. Grayscale: #939393. Windows color (decimal): -2727195 or 15033046. OLE color: 15033046.
HSL color Cylindrical-coordinate representation of color #D662E5: hue angle of 293.13º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D662E5 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 98 | 229 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.10 |
| HSL | 293.13º | 0.72% | 0.64% | - |
| HSV(B) | 293.13º | 0.57% | 0.9% | - |
| XYZ | 46.24 | 28.69 | 77.23 | - |
| YUV | 147.62 | 173.93 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 229 | 0.07 | 0.57 | 0 | 0.10 | 293.13 | 0.72 | 0.64 |
| Hex | D6 | 62 | E5 | 7 | 39 | 0 | A | 125 | 48 | 40 |
| Octal | 326 | 142 | 345 | 7 | 71 | 0 | 12 | 445 | 110 | 100 |
| Binary | 11010110 | 1100010 | 11100101 | 111 | 111001 | 0 | 1010 | 100100101 | 1001000 | 1000000 |
Color Harmonies of #D662E5
Complementary color
Monochromatic Colors of #D662E5
Black with #D662E5
Text Example
Text Example
White with #D662E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D662E5; }
p { color: rgb(214,98,229); }
H1.HeaderClassName
{
color: #D662E5;
}
.AnyTagClassName
{
color: #D662E5;
}
</style>
background-color css
<style>
a { background-color: #D662E5; }
a { background-color: rgb(214,98,229); }
div.DivClassName
{
background-color: #D662E5;
}
.BgClassName
{
background-color: #D662E5;
}
</style>
border-color css
<style>
span { border-color: #D662E5; }
span { border-color: rgb(214,98,229); }
td.TdClassName
{
border-color: #D662E5;
}
.TagClassName
{
border-color: #D662E5;
}
</style>