Shades of Orchid #D663E6
Tints of Orchid #D663E6
RGB
CMYK
RGB Variations
Color information
#D663E6 (or 0xD663E6) is known color: Orchid. HEX triplet: D6, 63 and E6. RGB value is (214,99,230). Sum of RGB (Red+Green+Blue) = 214+99+230=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 99 (39.06% from 255 or 18.23% from 543); Blue value is 230 (90.23% from 255 or 42.36% from 543); Max value from RGB is 230 - color contains mainly: blue. Hex color #D663E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D663E6 is #299C19. Grayscale: #939393. Windows color (decimal): -2726938 or 15098838. OLE color: 15098838.
HSL color Cylindrical-coordinate representation of color #D663E6: hue angle of 292.67º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D663E6 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 99 | 230 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.10 |
| HSL | 292.67º | 0.72% | 0.65% | - |
| HSV(B) | 292.67º | 0.57% | 0.9% | - |
| XYZ | 46.48 | 28.93 | 78 | - |
| YUV | 148.32 | 174.1 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 99 | 230 | 0.07 | 0.57 | 0 | 0.10 | 292.67 | 0.72 | 0.65 |
| Hex | D6 | 63 | E6 | 7 | 39 | 0 | A | 125 | 48 | 41 |
| Octal | 326 | 143 | 346 | 7 | 71 | 0 | 12 | 445 | 110 | 101 |
| Binary | 11010110 | 1100011 | 11100110 | 111 | 111001 | 0 | 1010 | 100100101 | 1001000 | 1000001 |
Color Harmonies of #D663E6
Complementary color
Monochromatic Colors of #D663E6
Black with #D663E6
Text Example
Text Example
White with #D663E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D663E6; }
p { color: rgb(214,99,230); }
H1.HeaderClassName
{
color: #D663E6;
}
.AnyTagClassName
{
color: #D663E6;
}
</style>
background-color css
<style>
a { background-color: #D663E6; }
a { background-color: rgb(214,99,230); }
div.DivClassName
{
background-color: #D663E6;
}
.BgClassName
{
background-color: #D663E6;
}
</style>
border-color css
<style>
span { border-color: #D663E6; }
span { border-color: rgb(214,99,230); }
td.TdClassName
{
border-color: #D663E6;
}
.TagClassName
{
border-color: #D663E6;
}
</style>