Shades of Orchid #D673E6
Tints of Orchid #D673E6
RGB
CMYK
RGB Variations
Color information
#D673E6 (or 0xD673E6) is known color: Orchid. HEX triplet: D6, 73 and E6. RGB value is (214,115,230). Sum of RGB (Red+Green+Blue) = 214+115+230=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 115 (45.31% from 255 or 20.57% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #D673E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D673E6 is #298C19. Grayscale: #9D9D9D. Windows color (decimal): -2722842 or 15102934. OLE color: 15102934.
HSL color Cylindrical-coordinate representation of color #D673E6: hue angle of 291.65º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D673E6 is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 214 | 115 | 230 | - |
| CMYK | 0.07 | 0.5 | 0 | 0.10 |
| HSL | 291.65º | 0.7% | 0.68% | - |
| HSV(B) | 291.65º | 0.5% | 0.9% | - |
| XYZ | 48.15 | 32.27 | 78.55 | - |
| YUV | 157.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 115 | 230 | 0.07 | 0.5 | 0 | 0.10 | 291.65 | 0.7 | 0.68 |
| Hex | D6 | 73 | E6 | 7 | 32 | 0 | A | 124 | 46 | 44 |
| Octal | 326 | 163 | 346 | 7 | 62 | 0 | 12 | 444 | 106 | 104 |
| Binary | 11010110 | 1110011 | 11100110 | 111 | 110010 | 0 | 1010 | 100100100 | 1000110 | 1000100 |
Color Harmonies of #D673E6
Complementary color
Monochromatic Colors of #D673E6
Black with #D673E6
Text Example
Text Example
White with #D673E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D673E6; }
p { color: rgb(214,115,230); }
H1.HeaderClassName
{
color: #D673E6;
}
.AnyTagClassName
{
color: #D673E6;
}
</style>
background-color css
<style>
a { background-color: #D673E6; }
a { background-color: rgb(214,115,230); }
div.DivClassName
{
background-color: #D673E6;
}
.BgClassName
{
background-color: #D673E6;
}
</style>
border-color css
<style>
span { border-color: #D673E6; }
span { border-color: rgb(214,115,230); }
td.TdClassName
{
border-color: #D673E6;
}
.TagClassName
{
border-color: #D673E6;
}
</style>