Shades of Orchid #D273E5
Tints of Orchid #D273E5
RGB
CMYK
RGB Variations
Color information
#D273E5 (or 0xD273E5) is known color: Orchid. HEX triplet: D2, 73 and E5. RGB value is (210,115,229). Sum of RGB (Red+Green+Blue) = 210+115+229=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 115 (45.31% from 255 or 20.76% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #D273E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273E5 is #2D8C1A. Grayscale: #9C9C9C. Windows color (decimal): -2984987 or 15037394. OLE color: 15037394.
HSL color Cylindrical-coordinate representation of color #D273E5: hue angle of 290º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D273E5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 115 | 229 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.10 |
| HSL | 290º | 0.69% | 0.67% | - |
| HSV(B) | 290º | 0.5% | 0.9% | - |
| XYZ | 46.85 | 31.62 | 77.76 | - |
| YUV | 156.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 229 | 0.08 | 0.50 | 0 | 0.10 | 290 | 0.69 | 0.67 |
| Hex | D2 | 73 | E5 | 8 | 32 | 0 | A | 122 | 45 | 43 |
| Octal | 322 | 163 | 345 | 10 | 62 | 0 | 12 | 442 | 105 | 103 |
| Binary | 11010010 | 1110011 | 11100101 | 1000 | 110010 | 0 | 1010 | 100100010 | 1000101 | 1000011 |
Color Harmonies of #D273E5
Complementary color
Monochromatic Colors of #D273E5
Black with #D273E5
Text Example
Text Example
White with #D273E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273E5; }
p { color: rgb(210,115,229); }
H1.HeaderClassName
{
color: #D273E5;
}
.AnyTagClassName
{
color: #D273E5;
}
</style>
background-color css
<style>
a { background-color: #D273E5; }
a { background-color: rgb(210,115,229); }
div.DivClassName
{
background-color: #D273E5;
}
.BgClassName
{
background-color: #D273E5;
}
</style>
border-color css
<style>
span { border-color: #D273E5; }
span { border-color: rgb(210,115,229); }
td.TdClassName
{
border-color: #D273E5;
}
.TagClassName
{
border-color: #D273E5;
}
</style>