Shades of Orchid #D481C3
Tints of Orchid #D481C3
RGB
CMYK
RGB Variations
Color information
#D481C3 (or 0xD481C3) is known color: Orchid. HEX triplet: D4, 81 and C3. RGB value is (212,129,195). Sum of RGB (Red+Green+Blue) = 212+129+195=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 195 (76.56% from 255 or 36.38% from 536); Max value from RGB is 212 - color contains mainly: red. Hex color #D481C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481C3 is #2B7E3C. Grayscale: #A1A1A1. Windows color (decimal): -2850365 or 12812756. OLE color: 12812756.
HSL color Cylindrical-coordinate representation of color #D481C3: hue angle of 312.29º 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 #D481C3 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 195 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.17 |
| HSL | 312.29º | 0.49% | 0.67% | - |
| HSV(B) | 312.29º | 0.39% | 0.83% | - |
| XYZ | 44.85 | 33.64 | 55.76 | - |
| YUV | 161.34 | 147 | 164.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 195 | 0 | 0.39 | 0.08 | 0.17 | 312.29 | 0.49 | 0.67 |
| Hex | D4 | 81 | C3 | 0 | 27 | 8 | 11 | 138 | 31 | 43 |
| Octal | 324 | 201 | 303 | 0 | 47 | 10 | 21 | 470 | 61 | 103 |
| Binary | 11010100 | 10000001 | 11000011 | 0 | 100111 | 1000 | 10001 | 100111000 | 110001 | 1000011 |
Color Harmonies of #D481C3
Complementary color
Monochromatic Colors of #D481C3
Black with #D481C3
Text Example
Text Example
White with #D481C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481C3; }
p { color: rgb(212,129,195); }
H1.HeaderClassName
{
color: #D481C3;
}
.AnyTagClassName
{
color: #D481C3;
}
</style>
background-color css
<style>
a { background-color: #D481C3; }
a { background-color: rgb(212,129,195); }
div.DivClassName
{
background-color: #D481C3;
}
.BgClassName
{
background-color: #D481C3;
}
</style>
border-color css
<style>
span { border-color: #D481C3; }
span { border-color: rgb(212,129,195); }
td.TdClassName
{
border-color: #D481C3;
}
.TagClassName
{
border-color: #D481C3;
}
</style>