Shades of Orchid #D464C9
Tints of Orchid #D464C9
RGB
CMYK
RGB Variations
Color information
#D464C9 (or 0xD464C9) is known color: Orchid. HEX triplet: D4, 64 and C9. RGB value is (212,100,201). Sum of RGB (Red+Green+Blue) = 212+100+201=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 100 (39.45% from 255 or 19.49% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D464C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D464C9 is #2B9B36. Grayscale: #909090. Windows color (decimal): -2857783 or 13198548. OLE color: 13198548.
HSL color Cylindrical-coordinate representation of color #D464C9: hue angle of 305.89º 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 #D464C9 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 201 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.17 |
| HSL | 305.89º | 0.57% | 0.61% | - |
| HSV(B) | 305.89º | 0.53% | 0.83% | - |
| XYZ | 42.25 | 27.33 | 58.31 | - |
| YUV | 145 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 201 | 0 | 0.53 | 0.05 | 0.17 | 305.89 | 0.57 | 0.61 |
| Hex | D4 | 64 | C9 | 0 | 35 | 5 | 11 | 132 | 39 | 3D |
| Octal | 324 | 144 | 311 | 0 | 65 | 5 | 21 | 462 | 71 | 75 |
| Binary | 11010100 | 1100100 | 11001001 | 0 | 110101 | 101 | 10001 | 100110010 | 111001 | 111101 |
Color Harmonies of #D464C9
Complementary color
Monochromatic Colors of #D464C9
Black with #D464C9
Text Example
Text Example
White with #D464C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D464C9; }
p { color: rgb(212,100,201); }
H1.HeaderClassName
{
color: #D464C9;
}
.AnyTagClassName
{
color: #D464C9;
}
</style>
background-color css
<style>
a { background-color: #D464C9; }
a { background-color: rgb(212,100,201); }
div.DivClassName
{
background-color: #D464C9;
}
.BgClassName
{
background-color: #D464C9;
}
</style>
border-color css
<style>
span { border-color: #D464C9; }
span { border-color: rgb(212,100,201); }
td.TdClassName
{
border-color: #D464C9;
}
.TagClassName
{
border-color: #D464C9;
}
</style>