Shades of Orchid #D574CF
Tints of Orchid #D574CF
RGB
CMYK
RGB Variations
Color information
#D574CF (or 0xD574CF) is known color: Orchid. HEX triplet: D5, 74 and CF. RGB value is (213,116,207). Sum of RGB (Red+Green+Blue) = 213+116+207=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 116 (45.70% from 255 or 21.64% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D574CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D574CF is #2A8B30. Grayscale: #9B9B9B. Windows color (decimal): -2788145 or 13595861. OLE color: 13595861.
HSL color Cylindrical-coordinate representation of color #D574CF: hue angle of 303.71º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574CF is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 207 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.16 |
| HSL | 303.71º | 0.54% | 0.65% | - |
| HSV(B) | 303.71º | 0.46% | 0.84% | - |
| XYZ | 44.95 | 31.14 | 62.67 | - |
| YUV | 155.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 207 | 0 | 0.46 | 0.03 | 0.16 | 303.71 | 0.54 | 0.65 |
| Hex | D5 | 74 | CF | 0 | 2E | 3 | 10 | 130 | 36 | 41 |
| Octal | 325 | 164 | 317 | 0 | 56 | 3 | 20 | 460 | 66 | 101 |
| Binary | 11010101 | 1110100 | 11001111 | 0 | 101110 | 11 | 10000 | 100110000 | 110110 | 1000001 |
Color Harmonies of #D574CF
Complementary color
Monochromatic Colors of #D574CF
Black with #D574CF
Text Example
Text Example
White with #D574CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574CF; }
p { color: rgb(213,116,207); }
H1.HeaderClassName
{
color: #D574CF;
}
.AnyTagClassName
{
color: #D574CF;
}
</style>
background-color css
<style>
a { background-color: #D574CF; }
a { background-color: rgb(213,116,207); }
div.DivClassName
{
background-color: #D574CF;
}
.BgClassName
{
background-color: #D574CF;
}
</style>
border-color css
<style>
span { border-color: #D574CF; }
span { border-color: rgb(213,116,207); }
td.TdClassName
{
border-color: #D574CF;
}
.TagClassName
{
border-color: #D574CF;
}
</style>