Shades of Orchid #D484CE
Tints of Orchid #D484CE
RGB
CMYK
RGB Variations
Color information
#D484CE (or 0xD484CE) is known color: Orchid. HEX triplet: D4, 84 and CE. RGB value is (212,132,206). Sum of RGB (Red+Green+Blue) = 212+132+206=550 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.55% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 212 - color contains mainly: red. Hex color #D484CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484CE is #2B7B31. Grayscale: #A4A4A4. Windows color (decimal): -2849586 or 13534420. OLE color: 13534420.
HSL color Cylindrical-coordinate representation of color #D484CE: hue angle of 304.5º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D484CE is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 206 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.17 |
| HSL | 304.5º | 0.48% | 0.67% | - |
| HSV(B) | 304.5º | 0.38% | 0.83% | - |
| XYZ | 46.54 | 34.96 | 62.69 | - |
| YUV | 164.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 206 | 0 | 0.38 | 0.03 | 0.17 | 304.5 | 0.48 | 0.67 |
| Hex | D4 | 84 | CE | 0 | 26 | 3 | 11 | 130 | 30 | 43 |
| Octal | 324 | 204 | 316 | 0 | 46 | 3 | 21 | 460 | 60 | 103 |
| Binary | 11010100 | 10000100 | 11001110 | 0 | 100110 | 11 | 10001 | 100110000 | 110000 | 1000011 |
Color Harmonies of #D484CE
Complementary color
Monochromatic Colors of #D484CE
Black with #D484CE
Text Example
Text Example
White with #D484CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484CE; }
p { color: rgb(212,132,206); }
H1.HeaderClassName
{
color: #D484CE;
}
.AnyTagClassName
{
color: #D484CE;
}
</style>
background-color css
<style>
a { background-color: #D484CE; }
a { background-color: rgb(212,132,206); }
div.DivClassName
{
background-color: #D484CE;
}
.BgClassName
{
background-color: #D484CE;
}
</style>
border-color css
<style>
span { border-color: #D484CE; }
span { border-color: rgb(212,132,206); }
td.TdClassName
{
border-color: #D484CE;
}
.TagClassName
{
border-color: #D484CE;
}
</style>