Shades of Orchid #D484CC
Tints of Orchid #D484CC
RGB
CMYK
RGB Variations
Color information
#D484CC (or 0xD484CC) is known color: Orchid. HEX triplet: D4, 84 and CC. RGB value is (212,132,204). Sum of RGB (Red+Green+Blue) = 212+132+204=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 212 - color contains mainly: red. Hex color #D484CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D484CC is #2B7B33. Grayscale: #A3A3A3. Windows color (decimal): -2849588 or 13403348. OLE color: 13403348.
HSL color Cylindrical-coordinate representation of color #D484CC: hue angle of 306º 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 #D484CC is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 132 | 204 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.17 |
| HSL | 306º | 0.48% | 0.67% | - |
| HSV(B) | 306º | 0.38% | 0.83% | - |
| XYZ | 46.3 | 34.86 | 61.41 | - |
| YUV | 164.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 132 | 204 | 0 | 0.38 | 0.04 | 0.17 | 306 | 0.48 | 0.67 |
| Hex | D4 | 84 | CC | 0 | 26 | 4 | 11 | 132 | 30 | 43 |
| Octal | 324 | 204 | 314 | 0 | 46 | 4 | 21 | 462 | 60 | 103 |
| Binary | 11010100 | 10000100 | 11001100 | 0 | 100110 | 100 | 10001 | 100110010 | 110000 | 1000011 |
Color Harmonies of #D484CC
Complementary color
Monochromatic Colors of #D484CC
Black with #D484CC
Text Example
Text Example
White with #D484CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D484CC; }
p { color: rgb(212,132,204); }
H1.HeaderClassName
{
color: #D484CC;
}
.AnyTagClassName
{
color: #D484CC;
}
</style>
background-color css
<style>
a { background-color: #D484CC; }
a { background-color: rgb(212,132,204); }
div.DivClassName
{
background-color: #D484CC;
}
.BgClassName
{
background-color: #D484CC;
}
</style>
border-color css
<style>
span { border-color: #D484CC; }
span { border-color: rgb(212,132,204); }
td.TdClassName
{
border-color: #D484CC;
}
.TagClassName
{
border-color: #D484CC;
}
</style>