Shades of Orchid #D481C5
Tints of Orchid #D481C5
RGB
CMYK
RGB Variations
Color information
#D481C5 (or 0xD481C5) is known color: Orchid. HEX triplet: D4, 81 and C5. RGB value is (212,129,197). Sum of RGB (Red+Green+Blue) = 212+129+197=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 197 (77.34% from 255 or 36.62% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D481C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481C5 is #2B7E3A. Grayscale: #A1A1A1. Windows color (decimal): -2850363 or 12943828. OLE color: 12943828.
HSL color Cylindrical-coordinate representation of color #D481C5: hue angle of 310.84º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D481C5 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 197 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.17 |
| HSL | 310.84º | 0.49% | 0.67% | - |
| HSV(B) | 310.84º | 0.39% | 0.83% | - |
| XYZ | 45.08 | 33.73 | 56.96 | - |
| YUV | 161.57 | 148 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 197 | 0 | 0.39 | 0.07 | 0.17 | 310.84 | 0.49 | 0.67 |
| Hex | D4 | 81 | C5 | 0 | 27 | 7 | 11 | 137 | 31 | 43 |
| Octal | 324 | 201 | 305 | 0 | 47 | 7 | 21 | 467 | 61 | 103 |
| Binary | 11010100 | 10000001 | 11000101 | 0 | 100111 | 111 | 10001 | 100110111 | 110001 | 1000011 |
Color Harmonies of #D481C5
Complementary color
Monochromatic Colors of #D481C5
Black with #D481C5
Text Example
Text Example
White with #D481C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481C5; }
p { color: rgb(212,129,197); }
H1.HeaderClassName
{
color: #D481C5;
}
.AnyTagClassName
{
color: #D481C5;
}
</style>
background-color css
<style>
a { background-color: #D481C5; }
a { background-color: rgb(212,129,197); }
div.DivClassName
{
background-color: #D481C5;
}
.BgClassName
{
background-color: #D481C5;
}
</style>
border-color css
<style>
span { border-color: #D481C5; }
span { border-color: rgb(212,129,197); }
td.TdClassName
{
border-color: #D481C5;
}
.TagClassName
{
border-color: #D481C5;
}
</style>