Shades of Orchid #D272E2
Tints of Orchid #D272E2
RGB
CMYK
RGB Variations
Color information
#D272E2 (or 0xD272E2) is known color: Orchid. HEX triplet: D2, 72 and E2. RGB value is (210,114,226). Sum of RGB (Red+Green+Blue) = 210+114+226=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #D272E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272E2 is #2D8D1D. Grayscale: #9B9B9B. Windows color (decimal): -2985246 or 14840530. OLE color: 14840530.
HSL color Cylindrical-coordinate representation of color #D272E2: hue angle of 291.43º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D272E2 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 114 | 226 | - |
| CMYK | 0.07 | 0.50 | 0 | 0.11 |
| HSL | 291.43º | 0.66% | 0.67% | - |
| HSV(B) | 291.43º | 0.5% | 0.89% | - |
| XYZ | 46.32 | 31.23 | 75.54 | - |
| YUV | 155.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 226 | 0.07 | 0.50 | 0 | 0.11 | 291.43 | 0.66 | 0.67 |
| Hex | D2 | 72 | E2 | 7 | 32 | 0 | B | 123 | 42 | 43 |
| Octal | 322 | 162 | 342 | 7 | 62 | 0 | 13 | 443 | 102 | 103 |
| Binary | 11010010 | 1110010 | 11100010 | 111 | 110010 | 0 | 1011 | 100100011 | 1000010 | 1000011 |
Color Harmonies of #D272E2
Complementary color
Monochromatic Colors of #D272E2
Black with #D272E2
Text Example
Text Example
White with #D272E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272E2; }
p { color: rgb(210,114,226); }
H1.HeaderClassName
{
color: #D272E2;
}
.AnyTagClassName
{
color: #D272E2;
}
</style>
background-color css
<style>
a { background-color: #D272E2; }
a { background-color: rgb(210,114,226); }
div.DivClassName
{
background-color: #D272E2;
}
.BgClassName
{
background-color: #D272E2;
}
</style>
border-color css
<style>
span { border-color: #D272E2; }
span { border-color: rgb(210,114,226); }
td.TdClassName
{
border-color: #D272E2;
}
.TagClassName
{
border-color: #D272E2;
}
</style>