Shades of Orchid #D46CCF
Tints of Orchid #D46CCF
RGB
CMYK
RGB Variations
Color information
#D46CCF (or 0xD46CCF) is known color: Orchid. HEX triplet: D4, 6C and CF. RGB value is (212,108,207). Sum of RGB (Red+Green+Blue) = 212+108+207=527 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.23% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CCF is #2B9330. Grayscale: #969696. Windows color (decimal): -2855729 or 13593812. OLE color: 13593812.
HSL color Cylindrical-coordinate representation of color #D46CCF: hue angle of 302.88º 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 #D46CCF is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 207 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.17 |
| HSL | 302.88º | 0.55% | 0.63% | - |
| HSV(B) | 302.88º | 0.49% | 0.83% | - |
| XYZ | 43.78 | 29.23 | 62.37 | - |
| YUV | 150.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 207 | 0 | 0.49 | 0.02 | 0.17 | 302.88 | 0.55 | 0.63 |
| Hex | D4 | 6C | CF | 0 | 31 | 2 | 11 | 12F | 37 | 3F |
| Octal | 324 | 154 | 317 | 0 | 61 | 2 | 21 | 457 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11001111 | 0 | 110001 | 10 | 10001 | 100101111 | 110111 | 111111 |
Color Harmonies of #D46CCF
Complementary color
Monochromatic Colors of #D46CCF
Black with #D46CCF
Text Example
Text Example
White with #D46CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CCF; }
p { color: rgb(212,108,207); }
H1.HeaderClassName
{
color: #D46CCF;
}
.AnyTagClassName
{
color: #D46CCF;
}
</style>
background-color css
<style>
a { background-color: #D46CCF; }
a { background-color: rgb(212,108,207); }
div.DivClassName
{
background-color: #D46CCF;
}
.BgClassName
{
background-color: #D46CCF;
}
</style>
border-color css
<style>
span { border-color: #D46CCF; }
span { border-color: rgb(212,108,207); }
td.TdClassName
{
border-color: #D46CCF;
}
.TagClassName
{
border-color: #D46CCF;
}
</style>