Shades of Orchid #D270E3
Tints of Orchid #D270E3
RGB
CMYK
RGB Variations
Color information
#D270E3 (or 0xD270E3) is known color: Orchid. HEX triplet: D2, 70 and E3. RGB value is (210,112,227). Sum of RGB (Red+Green+Blue) = 210+112+227=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #D270E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270E3 is #2D8F1C. Grayscale: #9A9A9A. Windows color (decimal): -2985757 or 14905554. OLE color: 14905554.
HSL color Cylindrical-coordinate representation of color #D270E3: hue angle of 291.13º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D270E3 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 112 | 227 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.11 |
| HSL | 291.13º | 0.67% | 0.66% | - |
| HSV(B) | 291.13º | 0.51% | 0.89% | - |
| XYZ | 46.24 | 30.84 | 76.19 | - |
| YUV | 154.41 | 168.97 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 227 | 0.07 | 0.51 | 0 | 0.11 | 291.13 | 0.67 | 0.66 |
| Hex | D2 | 70 | E3 | 7 | 33 | 0 | B | 123 | 43 | 42 |
| Octal | 322 | 160 | 343 | 7 | 63 | 0 | 13 | 443 | 103 | 102 |
| Binary | 11010010 | 1110000 | 11100011 | 111 | 110011 | 0 | 1011 | 100100011 | 1000011 | 1000010 |
Color Harmonies of #D270E3
Complementary color
Monochromatic Colors of #D270E3
Black with #D270E3
Text Example
Text Example
White with #D270E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270E3; }
p { color: rgb(210,112,227); }
H1.HeaderClassName
{
color: #D270E3;
}
.AnyTagClassName
{
color: #D270E3;
}
</style>
background-color css
<style>
a { background-color: #D270E3; }
a { background-color: rgb(210,112,227); }
div.DivClassName
{
background-color: #D270E3;
}
.BgClassName
{
background-color: #D270E3;
}
</style>
border-color css
<style>
span { border-color: #D270E3; }
span { border-color: rgb(210,112,227); }
td.TdClassName
{
border-color: #D270E3;
}
.TagClassName
{
border-color: #D270E3;
}
</style>