Shades of Orchid #D48ACF
Tints of Orchid #D48ACF
RGB
CMYK
RGB Variations
Color information
#D48ACF (or 0xD48ACF) is known color: Orchid. HEX triplet: D4, 8A and CF. RGB value is (212,138,207). Sum of RGB (Red+Green+Blue) = 212+138+207=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ACF is #2B7530. Grayscale: #A7A7A7. Windows color (decimal): -2848049 or 13601492. OLE color: 13601492.
HSL color Cylindrical-coordinate representation of color #D48ACF: hue angle of 304.05º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48ACF is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 138 | 207 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.17 |
| HSL | 304.05º | 0.46% | 0.69% | - |
| HSV(B) | 304.05º | 0.35% | 0.83% | - |
| XYZ | 47.5 | 36.68 | 63.61 | - |
| YUV | 167.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 138 | 207 | 0 | 0.35 | 0.02 | 0.17 | 304.05 | 0.46 | 0.69 |
| Hex | D4 | 8A | CF | 0 | 23 | 2 | 11 | 130 | 2E | 45 |
| Octal | 324 | 212 | 317 | 0 | 43 | 2 | 21 | 460 | 56 | 105 |
| Binary | 11010100 | 10001010 | 11001111 | 0 | 100011 | 10 | 10001 | 100110000 | 101110 | 1000101 |
Color Harmonies of #D48ACF
Complementary color
Monochromatic Colors of #D48ACF
Black with #D48ACF
Text Example
Text Example
White with #D48ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48ACF; }
p { color: rgb(212,138,207); }
H1.HeaderClassName
{
color: #D48ACF;
}
.AnyTagClassName
{
color: #D48ACF;
}
</style>
background-color css
<style>
a { background-color: #D48ACF; }
a { background-color: rgb(212,138,207); }
div.DivClassName
{
background-color: #D48ACF;
}
.BgClassName
{
background-color: #D48ACF;
}
</style>
border-color css
<style>
span { border-color: #D48ACF; }
span { border-color: rgb(212,138,207); }
td.TdClassName
{
border-color: #D48ACF;
}
.TagClassName
{
border-color: #D48ACF;
}
</style>