Shades of Orchid #D46CCE
Tints of Orchid #D46CCE
RGB
CMYK
RGB Variations
Color information
#D46CCE (or 0xD46CCE) is known color: Orchid. HEX triplet: D4, 6C and CE. RGB value is (212,108,206). Sum of RGB (Red+Green+Blue) = 212+108+206=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CCE is #2B9331. Grayscale: #959595. Windows color (decimal): -2855730 or 13528276. OLE color: 13528276.
HSL color Cylindrical-coordinate representation of color #D46CCE: hue angle of 303.46º 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 #D46CCE is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 206 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.17 |
| HSL | 303.46º | 0.55% | 0.63% | - |
| HSV(B) | 303.46º | 0.49% | 0.83% | - |
| XYZ | 43.65 | 29.18 | 61.72 | - |
| YUV | 150.27 | 159.46 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 206 | 0 | 0.49 | 0.03 | 0.17 | 303.46 | 0.55 | 0.63 |
| Hex | D4 | 6C | CE | 0 | 31 | 3 | 11 | 12F | 37 | 3F |
| Octal | 324 | 154 | 316 | 0 | 61 | 3 | 21 | 457 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11001110 | 0 | 110001 | 11 | 10001 | 100101111 | 110111 | 111111 |
Color Harmonies of #D46CCE
Complementary color
Monochromatic Colors of #D46CCE
Black with #D46CCE
Text Example
Text Example
White with #D46CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CCE; }
p { color: rgb(212,108,206); }
H1.HeaderClassName
{
color: #D46CCE;
}
.AnyTagClassName
{
color: #D46CCE;
}
</style>
background-color css
<style>
a { background-color: #D46CCE; }
a { background-color: rgb(212,108,206); }
div.DivClassName
{
background-color: #D46CCE;
}
.BgClassName
{
background-color: #D46CCE;
}
</style>
border-color css
<style>
span { border-color: #D46CCE; }
span { border-color: rgb(212,108,206); }
td.TdClassName
{
border-color: #D46CCE;
}
.TagClassName
{
border-color: #D46CCE;
}
</style>