Shades of Orchid #D46CCB
Tints of Orchid #D46CCB
RGB
CMYK
RGB Variations
Color information
#D46CCB (or 0xD46CCB) is known color: Orchid. HEX triplet: D4, 6C and CB. RGB value is (212,108,203). Sum of RGB (Red+Green+Blue) = 212+108+203=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 203 (79.69% from 255 or 38.81% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D46CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46CCB is #2B9334. Grayscale: #959595. Windows color (decimal): -2855733 or 13331668. OLE color: 13331668.
HSL color Cylindrical-coordinate representation of color #D46CCB: hue angle of 305.19º 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 #D46CCB is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 108 | 203 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.17 |
| HSL | 305.19º | 0.55% | 0.63% | - |
| HSV(B) | 305.19º | 0.49% | 0.83% | - |
| XYZ | 43.29 | 29.03 | 59.82 | - |
| YUV | 149.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 108 | 203 | 0 | 0.49 | 0.04 | 0.17 | 305.19 | 0.55 | 0.63 |
| Hex | D4 | 6C | CB | 0 | 31 | 4 | 11 | 131 | 37 | 3F |
| Octal | 324 | 154 | 313 | 0 | 61 | 4 | 21 | 461 | 67 | 77 |
| Binary | 11010100 | 1101100 | 11001011 | 0 | 110001 | 100 | 10001 | 100110001 | 110111 | 111111 |
Color Harmonies of #D46CCB
Complementary color
Monochromatic Colors of #D46CCB
Black with #D46CCB
Text Example
Text Example
White with #D46CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46CCB; }
p { color: rgb(212,108,203); }
H1.HeaderClassName
{
color: #D46CCB;
}
.AnyTagClassName
{
color: #D46CCB;
}
</style>
background-color css
<style>
a { background-color: #D46CCB; }
a { background-color: rgb(212,108,203); }
div.DivClassName
{
background-color: #D46CCB;
}
.BgClassName
{
background-color: #D46CCB;
}
</style>
border-color css
<style>
span { border-color: #D46CCB; }
span { border-color: rgb(212,108,203); }
td.TdClassName
{
border-color: #D46CCB;
}
.TagClassName
{
border-color: #D46CCB;
}
</style>