Shades of Orchid #D461CF
Tints of Orchid #D461CF
RGB
CMYK
RGB Variations
Color information
#D461CF (or 0xD461CF) is known color: Orchid. HEX triplet: D4, 61 and CF. RGB value is (212,97,207). Sum of RGB (Red+Green+Blue) = 212+97+207=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CF is #2B9E30. Grayscale: #8F8F8F. Windows color (decimal): -2858545 or 13590996. OLE color: 13590996.
HSL color Cylindrical-coordinate representation of color #D461CF: hue angle of 302.61º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D461CF is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 207 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.17 |
| HSL | 302.61º | 0.57% | 0.61% | - |
| HSV(B) | 302.61º | 0.54% | 0.83% | - |
| XYZ | 42.69 | 27.05 | 62 | - |
| YUV | 143.93 | 163.6 | 176.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 207 | 0 | 0.54 | 0.02 | 0.17 | 302.61 | 0.57 | 0.61 |
| Hex | D4 | 61 | CF | 0 | 36 | 2 | 11 | 12F | 39 | 3D |
| Octal | 324 | 141 | 317 | 0 | 66 | 2 | 21 | 457 | 71 | 75 |
| Binary | 11010100 | 1100001 | 11001111 | 0 | 110110 | 10 | 10001 | 100101111 | 111001 | 111101 |
Color Harmonies of #D461CF
Complementary color
Monochromatic Colors of #D461CF
Black with #D461CF
Text Example
Text Example
White with #D461CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461CF; }
p { color: rgb(212,97,207); }
H1.HeaderClassName
{
color: #D461CF;
}
.AnyTagClassName
{
color: #D461CF;
}
</style>
background-color css
<style>
a { background-color: #D461CF; }
a { background-color: rgb(212,97,207); }
div.DivClassName
{
background-color: #D461CF;
}
.BgClassName
{
background-color: #D461CF;
}
</style>
border-color css
<style>
span { border-color: #D461CF; }
span { border-color: rgb(212,97,207); }
td.TdClassName
{
border-color: #D461CF;
}
.TagClassName
{
border-color: #D461CF;
}
</style>