Shades of Orchid #D46CCC
Tints of Orchid #D46CCC
RGB
CMYK
RGB Variations
Color information
#D46CCC (or 0xD46CCC) is known color: Orchid. HEX triplet: D4, 6C and CC. RGB value is (212,108,204). Sum of RGB (Red+Green+Blue) = 212+108+204=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CCC is #2B9333. Grayscale: #959595. Windows color (decimal): -2855732 or 13397204. OLE color: 13397204.
HSL color Cylindrical-coordinate representation of color #D46CCC: hue angle of 304.62º 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 #D46CCC is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 204 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.17 |
| HSL | 304.62º | 0.55% | 0.63% | - |
| HSV(B) | 304.62º | 0.49% | 0.83% | - |
| XYZ | 43.41 | 29.08 | 60.45 | - |
| YUV | 150.04 | 158.46 | 172.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 204 | 0 | 0.49 | 0.04 | 0.17 | 304.62 | 0.55 | 0.63 |
| Hex | D4 | 6C | CC | 0 | 31 | 4 | 11 | 131 | 37 | 3F |
| Octal | 324 | 154 | 314 | 0 | 61 | 4 | 21 | 461 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11001100 | 0 | 110001 | 100 | 10001 | 100110001 | 110111 | 111111 |
Color Harmonies of #D46CCC
Complementary color
Monochromatic Colors of #D46CCC
Black with #D46CCC
Text Example
Text Example
White with #D46CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CCC; }
p { color: rgb(212,108,204); }
H1.HeaderClassName
{
color: #D46CCC;
}
.AnyTagClassName
{
color: #D46CCC;
}
</style>
background-color css
<style>
a { background-color: #D46CCC; }
a { background-color: rgb(212,108,204); }
div.DivClassName
{
background-color: #D46CCC;
}
.BgClassName
{
background-color: #D46CCC;
}
</style>
border-color css
<style>
span { border-color: #D46CCC; }
span { border-color: rgb(212,108,204); }
td.TdClassName
{
border-color: #D46CCC;
}
.TagClassName
{
border-color: #D46CCC;
}
</style>