Shades of Orchid #D480DF
Tints of Orchid #D480DF
RGB
CMYK
RGB Variations
Color information
#D480DF (or 0xD480DF) is known color: Orchid. HEX triplet: D4, 80 and DF. RGB value is (212,128,223). Sum of RGB (Red+Green+Blue) = 212+128+223=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 128 (50.39% from 255 or 22.74% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D480DF is #2B7F20. Grayscale: #A3A3A3. Windows color (decimal): -2850593 or 14647508. OLE color: 14647508.
HSL color Cylindrical-coordinate representation of color #D480DF: hue angle of 293.05º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D480DF is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 128 | 223 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.13 |
| HSL | 293.05º | 0.6% | 0.69% | - |
| HSV(B) | 293.05º | 0.43% | 0.87% | - |
| XYZ | 48.19 | 34.76 | 73.98 | - |
| YUV | 163.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 223 | 0.05 | 0.43 | 0 | 0.13 | 293.05 | 0.6 | 0.69 |
| Hex | D4 | 80 | DF | 5 | 2B | 0 | D | 125 | 3C | 45 |
| Octal | 324 | 200 | 337 | 5 | 53 | 0 | 15 | 445 | 74 | 105 |
| Binary | 11010100 | 10000000 | 11011111 | 101 | 101011 | 0 | 1101 | 100100101 | 111100 | 1000101 |
Color Harmonies of #D480DF
Complementary color
Monochromatic Colors of #D480DF
Black with #D480DF
Text Example
Text Example
White with #D480DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D480DF; }
p { color: rgb(212,128,223); }
H1.HeaderClassName
{
color: #D480DF;
}
.AnyTagClassName
{
color: #D480DF;
}
</style>
background-color css
<style>
a { background-color: #D480DF; }
a { background-color: rgb(212,128,223); }
div.DivClassName
{
background-color: #D480DF;
}
.BgClassName
{
background-color: #D480DF;
}
</style>
border-color css
<style>
span { border-color: #D480DF; }
span { border-color: rgb(212,128,223); }
td.TdClassName
{
border-color: #D480DF;
}
.TagClassName
{
border-color: #D480DF;
}
</style>