Shades of Orchid #D272E5
Tints of Orchid #D272E5
RGB
CMYK
RGB Variations
Color information
#D272E5 (or 0xD272E5) is known color: Orchid. HEX triplet: D2, 72 and E5. RGB value is (210,114,229). Sum of RGB (Red+Green+Blue) = 210+114+229=553 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.97% from 553); Green value is 114 (44.92% from 255 or 20.61% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #D272E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272E5 is #2D8D1A. Grayscale: #9B9B9B. Windows color (decimal): -2985243 or 15037138. OLE color: 15037138.
HSL color Cylindrical-coordinate representation of color #D272E5: hue angle of 290.09º 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 #D272E5 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 114 | 229 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.10 |
| HSL | 290.09º | 0.69% | 0.67% | - |
| HSV(B) | 290.09º | 0.5% | 0.9% | - |
| XYZ | 46.74 | 31.39 | 77.72 | - |
| YUV | 155.81 | 169.3 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 229 | 0.08 | 0.50 | 0 | 0.10 | 290.09 | 0.69 | 0.67 |
| Hex | D2 | 72 | E5 | 8 | 32 | 0 | A | 122 | 45 | 43 |
| Octal | 322 | 162 | 345 | 10 | 62 | 0 | 12 | 442 | 105 | 103 |
| Binary | 11010010 | 1110010 | 11100101 | 1000 | 110010 | 0 | 1010 | 100100010 | 1000101 | 1000011 |
Color Harmonies of #D272E5
Complementary color
Monochromatic Colors of #D272E5
Black with #D272E5
Text Example
Text Example
White with #D272E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D272E5; }
p { color: rgb(210,114,229); }
H1.HeaderClassName
{
color: #D272E5;
}
.AnyTagClassName
{
color: #D272E5;
}
</style>
background-color css
<style>
a { background-color: #D272E5; }
a { background-color: rgb(210,114,229); }
div.DivClassName
{
background-color: #D272E5;
}
.BgClassName
{
background-color: #D272E5;
}
</style>
border-color css
<style>
span { border-color: #D272E5; }
span { border-color: rgb(210,114,229); }
td.TdClassName
{
border-color: #D272E5;
}
.TagClassName
{
border-color: #D272E5;
}
</style>