Shades of Orchid #D46CD2
Tints of Orchid #D46CD2
RGB
CMYK
RGB Variations
Color information
#D46CD2 (or 0xD46CD2) is known color: Orchid. HEX triplet: D4, 6C and D2. RGB value is (212,108,210). Sum of RGB (Red+Green+Blue) = 212+108+210=530 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40% from 530); Green value is 108 (42.58% from 255 or 20.38% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CD2 is #2B932D. Grayscale: #969696. Windows color (decimal): -2855726 or 13790420. OLE color: 13790420.
HSL color Cylindrical-coordinate representation of color #D46CD2: hue angle of 301.15º 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 #D46CD2 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 210 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.17 |
| HSL | 301.15º | 0.55% | 0.63% | - |
| HSV(B) | 301.15º | 0.49% | 0.83% | - |
| XYZ | 44.15 | 29.38 | 64.32 | - |
| YUV | 150.72 | 161.46 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 210 | 0 | 0.49 | 0.01 | 0.17 | 301.15 | 0.55 | 0.63 |
| Hex | D4 | 6C | D2 | 0 | 31 | 1 | 11 | 12D | 37 | 3F |
| Octal | 324 | 154 | 322 | 0 | 61 | 1 | 21 | 455 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11010010 | 0 | 110001 | 1 | 10001 | 100101101 | 110111 | 111111 |
Color Harmonies of #D46CD2
Complementary color
Monochromatic Colors of #D46CD2
Black with #D46CD2
Text Example
Text Example
White with #D46CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CD2; }
p { color: rgb(212,108,210); }
H1.HeaderClassName
{
color: #D46CD2;
}
.AnyTagClassName
{
color: #D46CD2;
}
</style>
background-color css
<style>
a { background-color: #D46CD2; }
a { background-color: rgb(212,108,210); }
div.DivClassName
{
background-color: #D46CD2;
}
.BgClassName
{
background-color: #D46CD2;
}
</style>
border-color css
<style>
span { border-color: #D46CD2; }
span { border-color: rgb(212,108,210); }
td.TdClassName
{
border-color: #D46CD2;
}
.TagClassName
{
border-color: #D46CD2;
}
</style>