Shades of Orchid #D478CF
Tints of Orchid #D478CF
RGB
CMYK
RGB Variations
Color information
#D478CF (or 0xD478CF) is known color: Orchid. HEX triplet: D4, 78 and CF. RGB value is (212,120,207). Sum of RGB (Red+Green+Blue) = 212+120+207=539 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.33% from 539); Green value is 120 (47.27% from 255 or 22.26% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 212 - color contains mainly: red. Hex color #D478CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D478CF is #2B8730. Grayscale: #9D9D9D. Windows color (decimal): -2852657 or 13596884. OLE color: 13596884.
HSL color Cylindrical-coordinate representation of color #D478CF: hue angle of 303.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D478CF is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 207 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.17 |
| HSL | 303.26º | 0.52% | 0.65% | - |
| HSV(B) | 303.26º | 0.43% | 0.83% | - |
| XYZ | 45.13 | 31.93 | 62.82 | - |
| YUV | 157.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 207 | 0 | 0.43 | 0.02 | 0.17 | 303.26 | 0.52 | 0.65 |
| Hex | D4 | 78 | CF | 0 | 2B | 2 | 11 | 12F | 34 | 41 |
| Octal | 324 | 170 | 317 | 0 | 53 | 2 | 21 | 457 | 64 | 101 |
| Binary | 11010100 | 1111000 | 11001111 | 0 | 101011 | 10 | 10001 | 100101111 | 110100 | 1000001 |
Color Harmonies of #D478CF
Complementary color
Monochromatic Colors of #D478CF
Black with #D478CF
Text Example
Text Example
White with #D478CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D478CF; }
p { color: rgb(212,120,207); }
H1.HeaderClassName
{
color: #D478CF;
}
.AnyTagClassName
{
color: #D478CF;
}
</style>
background-color css
<style>
a { background-color: #D478CF; }
a { background-color: rgb(212,120,207); }
div.DivClassName
{
background-color: #D478CF;
}
.BgClassName
{
background-color: #D478CF;
}
</style>
border-color css
<style>
span { border-color: #D478CF; }
span { border-color: rgb(212,120,207); }
td.TdClassName
{
border-color: #D478CF;
}
.TagClassName
{
border-color: #D478CF;
}
</style>