Shades of Orchid #D481CE
Tints of Orchid #D481CE
RGB
CMYK
RGB Variations
Color information
#D481CE (or 0xD481CE) is known color: Orchid. HEX triplet: D4, 81 and CE. RGB value is (212,129,206). Sum of RGB (Red+Green+Blue) = 212+129+206=547 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.76% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 212 - color contains mainly: red. Hex color #D481CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481CE is #2B7E31. Grayscale: #A2A2A2. Windows color (decimal): -2850354 or 13533652. OLE color: 13533652.
HSL color Cylindrical-coordinate representation of color #D481CE: hue angle of 304.34º 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 #D481CE is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 206 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.17 |
| HSL | 304.34º | 0.49% | 0.67% | - |
| HSV(B) | 304.34º | 0.39% | 0.83% | - |
| XYZ | 46.14 | 34.15 | 62.55 | - |
| YUV | 162.6 | 152.5 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 206 | 0 | 0.39 | 0.03 | 0.17 | 304.34 | 0.49 | 0.67 |
| Hex | D4 | 81 | CE | 0 | 27 | 3 | 11 | 130 | 31 | 43 |
| Octal | 324 | 201 | 316 | 0 | 47 | 3 | 21 | 460 | 61 | 103 |
| Binary | 11010100 | 10000001 | 11001110 | 0 | 100111 | 11 | 10001 | 100110000 | 110001 | 1000011 |
Color Harmonies of #D481CE
Complementary color
Monochromatic Colors of #D481CE
Black with #D481CE
Text Example
Text Example
White with #D481CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481CE; }
p { color: rgb(212,129,206); }
H1.HeaderClassName
{
color: #D481CE;
}
.AnyTagClassName
{
color: #D481CE;
}
</style>
background-color css
<style>
a { background-color: #D481CE; }
a { background-color: rgb(212,129,206); }
div.DivClassName
{
background-color: #D481CE;
}
.BgClassName
{
background-color: #D481CE;
}
</style>
border-color css
<style>
span { border-color: #D481CE; }
span { border-color: rgb(212,129,206); }
td.TdClassName
{
border-color: #D481CE;
}
.TagClassName
{
border-color: #D481CE;
}
</style>