Shades of Orchid #D36FC7
Tints of Orchid #D36FC7
RGB
CMYK
RGB Variations
Color information
#D36FC7 (or 0xD36FC7) is known color: Orchid. HEX triplet: D3, 6F and C7. RGB value is (211,111,199). Sum of RGB (Red+Green+Blue) = 211+111+199=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D36FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D36FC7 is #2C9038. Grayscale: #969696. Windows color (decimal): -2920505 or 13070291. OLE color: 13070291.
HSL color Cylindrical-coordinate representation of color #D36FC7: hue angle of 307.2º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D36FC7 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 111 | 199 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.17 |
| HSL | 307.2º | 0.53% | 0.63% | - |
| HSV(B) | 307.2º | 0.47% | 0.83% | - |
| XYZ | 42.86 | 29.34 | 57.44 | - |
| YUV | 150.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 111 | 199 | 0 | 0.47 | 0.06 | 0.17 | 307.2 | 0.53 | 0.63 |
| Hex | D3 | 6F | C7 | 0 | 2F | 6 | 11 | 133 | 35 | 3F |
| Octal | 323 | 157 | 307 | 0 | 57 | 6 | 21 | 463 | 65 | 77 |
| Binary | 11010011 | 1101111 | 11000111 | 0 | 101111 | 110 | 10001 | 100110011 | 110101 | 111111 |
Color Harmonies of #D36FC7
Complementary color
Monochromatic Colors of #D36FC7
Black with #D36FC7
Text Example
Text Example
White with #D36FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D36FC7; }
p { color: rgb(211,111,199); }
H1.HeaderClassName
{
color: #D36FC7;
}
.AnyTagClassName
{
color: #D36FC7;
}
</style>
background-color css
<style>
a { background-color: #D36FC7; }
a { background-color: rgb(211,111,199); }
div.DivClassName
{
background-color: #D36FC7;
}
.BgClassName
{
background-color: #D36FC7;
}
</style>
border-color css
<style>
span { border-color: #D36FC7; }
span { border-color: rgb(211,111,199); }
td.TdClassName
{
border-color: #D36FC7;
}
.TagClassName
{
border-color: #D36FC7;
}
</style>