Shades of Orchid #D464CF
Tints of Orchid #D464CF
RGB
CMYK
RGB Variations
Color information
#D464CF (or 0xD464CF) is known color: Orchid. HEX triplet: D4, 64 and CF. RGB value is (212,100,207). Sum of RGB (Red+Green+Blue) = 212+100+207=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 100 (39.45% from 255 or 19.27% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D464CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464CF is #2B9B30. Grayscale: #919191. Windows color (decimal): -2857777 or 13591764. OLE color: 13591764.
HSL color Cylindrical-coordinate representation of color #D464CF: hue angle of 302.68º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D464CF is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 207 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.17 |
| HSL | 302.68º | 0.57% | 0.61% | - |
| HSV(B) | 302.68º | 0.53% | 0.83% | - |
| XYZ | 42.97 | 27.62 | 62.1 | - |
| YUV | 145.69 | 162.61 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 207 | 0 | 0.53 | 0.02 | 0.17 | 302.68 | 0.57 | 0.61 |
| Hex | D4 | 64 | CF | 0 | 35 | 2 | 11 | 12F | 39 | 3D |
| Octal | 324 | 144 | 317 | 0 | 65 | 2 | 21 | 457 | 71 | 75 |
| Binary | 11010100 | 1100100 | 11001111 | 0 | 110101 | 10 | 10001 | 100101111 | 111001 | 111101 |
Color Harmonies of #D464CF
Complementary color
Monochromatic Colors of #D464CF
Black with #D464CF
Text Example
Text Example
White with #D464CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464CF; }
p { color: rgb(212,100,207); }
H1.HeaderClassName
{
color: #D464CF;
}
.AnyTagClassName
{
color: #D464CF;
}
</style>
background-color css
<style>
a { background-color: #D464CF; }
a { background-color: rgb(212,100,207); }
div.DivClassName
{
background-color: #D464CF;
}
.BgClassName
{
background-color: #D464CF;
}
</style>
border-color css
<style>
span { border-color: #D464CF; }
span { border-color: rgb(212,100,207); }
td.TdClassName
{
border-color: #D464CF;
}
.TagClassName
{
border-color: #D464CF;
}
</style>