Shades of Orchid #D271E5
Tints of Orchid #D271E5
RGB
CMYK
RGB Variations
Color information
#D271E5 (or 0xD271E5) is known color: Orchid. HEX triplet: D2, 71 and E5. RGB value is (210,113,229). Sum of RGB (Red+Green+Blue) = 210+113+229=552 (73% of max value = 765). Red value is 210 (82.42% from 255 or 38.04% from 552); Green value is 113 (44.53% from 255 or 20.47% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #D271E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D271E5 is #2D8E1A. Grayscale: #9A9A9A. Windows color (decimal): -2985499 or 15036882. OLE color: 15036882.
HSL color Cylindrical-coordinate representation of color #D271E5: hue angle of 290.17º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D271E5 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 113 | 229 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.10 |
| HSL | 290.17º | 0.69% | 0.67% | - |
| HSV(B) | 290.17º | 0.51% | 0.9% | - |
| XYZ | 46.63 | 31.17 | 77.69 | - |
| YUV | 155.23 | 169.64 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 229 | 0.08 | 0.51 | 0 | 0.10 | 290.17 | 0.69 | 0.67 |
| Hex | D2 | 71 | E5 | 8 | 33 | 0 | A | 122 | 45 | 43 |
| Octal | 322 | 161 | 345 | 10 | 63 | 0 | 12 | 442 | 105 | 103 |
| Binary | 11010010 | 1110001 | 11100101 | 1000 | 110011 | 0 | 1010 | 100100010 | 1000101 | 1000011 |
Color Harmonies of #D271E5
Complementary color
Monochromatic Colors of #D271E5
Black with #D271E5
Text Example
Text Example
White with #D271E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D271E5; }
p { color: rgb(210,113,229); }
H1.HeaderClassName
{
color: #D271E5;
}
.AnyTagClassName
{
color: #D271E5;
}
</style>
background-color css
<style>
a { background-color: #D271E5; }
a { background-color: rgb(210,113,229); }
div.DivClassName
{
background-color: #D271E5;
}
.BgClassName
{
background-color: #D271E5;
}
</style>
border-color css
<style>
span { border-color: #D271E5; }
span { border-color: rgb(210,113,229); }
td.TdClassName
{
border-color: #D271E5;
}
.TagClassName
{
border-color: #D271E5;
}
</style>