Shades of Orchid #D461CA
Tints of Orchid #D461CA
RGB
CMYK
RGB Variations
Color information
#D461CA (or 0xD461CA) is known color: Orchid. HEX triplet: D4, 61 and CA. RGB value is (212,97,202). Sum of RGB (Red+Green+Blue) = 212+97+202=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D461CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D461CA is #2B9E35. Grayscale: #8F8F8F. Windows color (decimal): -2858550 or 13263316. OLE color: 13263316.
HSL color Cylindrical-coordinate representation of color #D461CA: hue angle of 305.22º 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 #D461CA is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 202 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.17 |
| HSL | 305.22º | 0.57% | 0.61% | - |
| HSV(B) | 305.22º | 0.54% | 0.83% | - |
| XYZ | 42.09 | 26.81 | 58.83 | - |
| YUV | 143.36 | 161.1 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 202 | 0 | 0.54 | 0.05 | 0.17 | 305.22 | 0.57 | 0.61 |
| Hex | D4 | 61 | CA | 0 | 36 | 5 | 11 | 131 | 39 | 3D |
| Octal | 324 | 141 | 312 | 0 | 66 | 5 | 21 | 461 | 71 | 75 |
| Binary | 11010100 | 1100001 | 11001010 | 0 | 110110 | 101 | 10001 | 100110001 | 111001 | 111101 |
Color Harmonies of #D461CA
Complementary color
Monochromatic Colors of #D461CA
Black with #D461CA
Text Example
Text Example
White with #D461CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461CA; }
p { color: rgb(212,97,202); }
H1.HeaderClassName
{
color: #D461CA;
}
.AnyTagClassName
{
color: #D461CA;
}
</style>
background-color css
<style>
a { background-color: #D461CA; }
a { background-color: rgb(212,97,202); }
div.DivClassName
{
background-color: #D461CA;
}
.BgClassName
{
background-color: #D461CA;
}
</style>
border-color css
<style>
span { border-color: #D461CA; }
span { border-color: rgb(212,97,202); }
td.TdClassName
{
border-color: #D461CA;
}
.TagClassName
{
border-color: #D461CA;
}
</style>