Shades of Orchid #D36CCD
Tints of Orchid #D36CCD
RGB
CMYK
RGB Variations
Color information
#D36CCD (or 0xD36CCD) is known color: Orchid. HEX triplet: D3, 6C and CD. RGB value is (211,108,205). Sum of RGB (Red+Green+Blue) = 211+108+205=524 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.27% from 524); Green value is 108 (42.58% from 255 or 20.61% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 211 - color contains mainly: red. Hex color #D36CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36CCD is #2C9332. Grayscale: #959595. Windows color (decimal): -2921267 or 13462739. OLE color: 13462739.
HSL color Cylindrical-coordinate representation of color #D36CCD: hue angle of 303.5º degrees, saturation: 0.54, 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 #D36CCD is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 108 | 205 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.17 |
| HSL | 303.5º | 0.54% | 0.63% | - |
| HSV(B) | 303.5º | 0.49% | 0.83% | - |
| XYZ | 43.25 | 28.98 | 61.07 | - |
| YUV | 149.86 | 159.12 | 171.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 108 | 205 | 0 | 0.49 | 0.03 | 0.17 | 303.5 | 0.54 | 0.63 |
| Hex | D3 | 6C | CD | 0 | 31 | 3 | 11 | 12F | 36 | 3F |
| Octal | 323 | 154 | 315 | 0 | 61 | 3 | 21 | 457 | 66 | 77 |
| Binary | 11010011 | 1101100 | 11001101 | 0 | 110001 | 11 | 10001 | 100101111 | 110110 | 111111 |
Color Harmonies of #D36CCD
Complementary color
Monochromatic Colors of #D36CCD
Black with #D36CCD
Text Example
Text Example
White with #D36CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36CCD; }
p { color: rgb(211,108,205); }
H1.HeaderClassName
{
color: #D36CCD;
}
.AnyTagClassName
{
color: #D36CCD;
}
</style>
background-color css
<style>
a { background-color: #D36CCD; }
a { background-color: rgb(211,108,205); }
div.DivClassName
{
background-color: #D36CCD;
}
.BgClassName
{
background-color: #D36CCD;
}
</style>
border-color css
<style>
span { border-color: #D36CCD; }
span { border-color: rgb(211,108,205); }
td.TdClassName
{
border-color: #D36CCD;
}
.TagClassName
{
border-color: #D36CCD;
}
</style>