Shades of Orchid #D46CCA
Tints of Orchid #D46CCA
RGB
CMYK
RGB Variations
Color information
#D46CCA (or 0xD46CCA) is known color: Orchid. HEX triplet: D4, 6C and CA. RGB value is (212,108,202). Sum of RGB (Red+Green+Blue) = 212+108+202=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 202 (79.30% from 255 or 38.70% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CCA is #2B9335. Grayscale: #959595. Windows color (decimal): -2855734 or 13266132. OLE color: 13266132.
HSL color Cylindrical-coordinate representation of color #D46CCA: hue angle of 305.77º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D46CCA is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 202 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.17 |
| HSL | 305.77º | 0.55% | 0.63% | - |
| HSV(B) | 305.77º | 0.49% | 0.83% | - |
| XYZ | 43.17 | 28.99 | 59.2 | - |
| YUV | 149.81 | 157.46 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 202 | 0 | 0.49 | 0.05 | 0.17 | 305.77 | 0.55 | 0.63 |
| Hex | D4 | 6C | CA | 0 | 31 | 5 | 11 | 132 | 37 | 3F |
| Octal | 324 | 154 | 312 | 0 | 61 | 5 | 21 | 462 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11001010 | 0 | 110001 | 101 | 10001 | 100110010 | 110111 | 111111 |
Color Harmonies of #D46CCA
Complementary color
Monochromatic Colors of #D46CCA
Black with #D46CCA
Text Example
Text Example
White with #D46CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CCA; }
p { color: rgb(212,108,202); }
H1.HeaderClassName
{
color: #D46CCA;
}
.AnyTagClassName
{
color: #D46CCA;
}
</style>
background-color css
<style>
a { background-color: #D46CCA; }
a { background-color: rgb(212,108,202); }
div.DivClassName
{
background-color: #D46CCA;
}
.BgClassName
{
background-color: #D46CCA;
}
</style>
border-color css
<style>
span { border-color: #D46CCA; }
span { border-color: rgb(212,108,202); }
td.TdClassName
{
border-color: #D46CCA;
}
.TagClassName
{
border-color: #D46CCA;
}
</style>