Shades of Orchid #D46BCA
Tints of Orchid #D46BCA
RGB
CMYK
RGB Variations
Color information
#D46BCA (or 0xD46BCA) is known color: Orchid. HEX triplet: D4, 6B and CA. RGB value is (212,107,202). Sum of RGB (Red+Green+Blue) = 212+107+202=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D46BCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46BCA is #2B9435. Grayscale: #949494. Windows color (decimal): -2855990 or 13265876. OLE color: 13265876.
HSL color Cylindrical-coordinate representation of color #D46BCA: hue angle of 305.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46BCA is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 202 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.17 |
| HSL | 305.71º | 0.55% | 0.63% | - |
| HSV(B) | 305.71º | 0.5% | 0.83% | - |
| XYZ | 43.07 | 28.78 | 59.16 | - |
| YUV | 149.23 | 157.79 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 202 | 0 | 0.50 | 0.05 | 0.17 | 305.71 | 0.55 | 0.63 |
| Hex | D4 | 6B | CA | 0 | 32 | 5 | 11 | 132 | 37 | 3F |
| Octal | 324 | 153 | 312 | 0 | 62 | 5 | 21 | 462 | 67 | 77 |
| Binary | 11010100 | 1101011 | 11001010 | 0 | 110010 | 101 | 10001 | 100110010 | 110111 | 111111 |
Color Harmonies of #D46BCA
Complementary color
Monochromatic Colors of #D46BCA
Black with #D46BCA
Text Example
Text Example
White with #D46BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46BCA; }
p { color: rgb(212,107,202); }
H1.HeaderClassName
{
color: #D46BCA;
}
.AnyTagClassName
{
color: #D46BCA;
}
</style>
background-color css
<style>
a { background-color: #D46BCA; }
a { background-color: rgb(212,107,202); }
div.DivClassName
{
background-color: #D46BCA;
}
.BgClassName
{
background-color: #D46BCA;
}
</style>
border-color css
<style>
span { border-color: #D46BCA; }
span { border-color: rgb(212,107,202); }
td.TdClassName
{
border-color: #D46BCA;
}
.TagClassName
{
border-color: #D46BCA;
}
</style>