Shades of Orchid #D481CD
Tints of Orchid #D481CD
RGB
CMYK
RGB Variations
Color information
#D481CD (or 0xD481CD) is known color: Orchid. HEX triplet: D4, 81 and CD. RGB value is (212,129,205). Sum of RGB (Red+Green+Blue) = 212+129+205=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 212 - color contains mainly: red. Hex color #D481CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D481CD is #2B7E32. Grayscale: #A2A2A2. Windows color (decimal): -2850355 or 13468116. OLE color: 13468116.
HSL color Cylindrical-coordinate representation of color #D481CD: hue angle of 305.06º 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 #D481CD is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 129 | 205 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.17 |
| HSL | 305.06º | 0.49% | 0.67% | - |
| HSV(B) | 305.06º | 0.39% | 0.83% | - |
| XYZ | 46.02 | 34.11 | 61.92 | - |
| YUV | 162.48 | 152 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 129 | 205 | 0 | 0.39 | 0.03 | 0.17 | 305.06 | 0.49 | 0.67 |
| Hex | D4 | 81 | CD | 0 | 27 | 3 | 11 | 131 | 31 | 43 |
| Octal | 324 | 201 | 315 | 0 | 47 | 3 | 21 | 461 | 61 | 103 |
| Binary | 11010100 | 10000001 | 11001101 | 0 | 100111 | 11 | 10001 | 100110001 | 110001 | 1000011 |
Color Harmonies of #D481CD
Complementary color
Monochromatic Colors of #D481CD
Black with #D481CD
Text Example
Text Example
White with #D481CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D481CD; }
p { color: rgb(212,129,205); }
H1.HeaderClassName
{
color: #D481CD;
}
.AnyTagClassName
{
color: #D481CD;
}
</style>
background-color css
<style>
a { background-color: #D481CD; }
a { background-color: rgb(212,129,205); }
div.DivClassName
{
background-color: #D481CD;
}
.BgClassName
{
background-color: #D481CD;
}
</style>
border-color css
<style>
span { border-color: #D481CD; }
span { border-color: rgb(212,129,205); }
td.TdClassName
{
border-color: #D481CD;
}
.TagClassName
{
border-color: #D481CD;
}
</style>