Shades of Orchid #D46FCB
Tints of Orchid #D46FCB
RGB
CMYK
RGB Variations
Color information
#D46FCB (or 0xD46FCB) is known color: Orchid. HEX triplet: D4, 6F and CB. RGB value is (212,111,203). Sum of RGB (Red+Green+Blue) = 212+111+203=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D46FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46FCB is #2B9034. Grayscale: #979797. Windows color (decimal): -2854965 or 13332436. OLE color: 13332436.
HSL color Cylindrical-coordinate representation of color #D46FCB: hue angle of 305.35º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D46FCB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 111 | 203 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.17 |
| HSL | 305.35º | 0.54% | 0.63% | - |
| HSV(B) | 305.35º | 0.48% | 0.83% | - |
| XYZ | 43.62 | 29.68 | 59.93 | - |
| YUV | 151.69 | 156.96 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 111 | 203 | 0 | 0.48 | 0.04 | 0.17 | 305.35 | 0.54 | 0.63 |
| Hex | D4 | 6F | CB | 0 | 30 | 4 | 11 | 131 | 36 | 3F |
| Octal | 324 | 157 | 313 | 0 | 60 | 4 | 21 | 461 | 66 | 77 |
| Binary | 11010100 | 1101111 | 11001011 | 0 | 110000 | 100 | 10001 | 100110001 | 110110 | 111111 |
Color Harmonies of #D46FCB
Complementary color
Monochromatic Colors of #D46FCB
Black with #D46FCB
Text Example
Text Example
White with #D46FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46FCB; }
p { color: rgb(212,111,203); }
H1.HeaderClassName
{
color: #D46FCB;
}
.AnyTagClassName
{
color: #D46FCB;
}
</style>
background-color css
<style>
a { background-color: #D46FCB; }
a { background-color: rgb(212,111,203); }
div.DivClassName
{
background-color: #D46FCB;
}
.BgClassName
{
background-color: #D46FCB;
}
</style>
border-color css
<style>
span { border-color: #D46FCB; }
span { border-color: rgb(212,111,203); }
td.TdClassName
{
border-color: #D46FCB;
}
.TagClassName
{
border-color: #D46FCB;
}
</style>