Shades of Orchid #D366CF
Tints of Orchid #D366CF
RGB
CMYK
RGB Variations
Color information
#D366CF (or 0xD366CF) is known color: Orchid. HEX triplet: D3, 66 and CF. RGB value is (211,102,207). Sum of RGB (Red+Green+Blue) = 211+102+207=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 211 - color contains mainly: red. Hex color #D366CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D366CF is #2C9930. Grayscale: #929292. Windows color (decimal): -2922801 or 13592275. OLE color: 13592275.
HSL color Cylindrical-coordinate representation of color #D366CF: hue angle of 302.2º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D366CF is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 207 | - |
| CMYK | 0 | 0.52 | 0.02 | 0.17 |
| HSL | 302.2º | 0.55% | 0.61% | - |
| HSV(B) | 302.2º | 0.52% | 0.83% | - |
| XYZ | 42.88 | 27.86 | 62.15 | - |
| YUV | 146.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 207 | 0 | 0.52 | 0.02 | 0.17 | 302.2 | 0.55 | 0.61 |
| Hex | D3 | 66 | CF | 0 | 34 | 2 | 11 | 12E | 37 | 3D |
| Octal | 323 | 146 | 317 | 0 | 64 | 2 | 21 | 456 | 67 | 75 |
| Binary | 11010011 | 1100110 | 11001111 | 0 | 110100 | 10 | 10001 | 100101110 | 110111 | 111101 |
Color Harmonies of #D366CF
Complementary color
Monochromatic Colors of #D366CF
Black with #D366CF
Text Example
Text Example
White with #D366CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D366CF; }
p { color: rgb(211,102,207); }
H1.HeaderClassName
{
color: #D366CF;
}
.AnyTagClassName
{
color: #D366CF;
}
</style>
background-color css
<style>
a { background-color: #D366CF; }
a { background-color: rgb(211,102,207); }
div.DivClassName
{
background-color: #D366CF;
}
.BgClassName
{
background-color: #D366CF;
}
</style>
border-color css
<style>
span { border-color: #D366CF; }
span { border-color: rgb(211,102,207); }
td.TdClassName
{
border-color: #D366CF;
}
.TagClassName
{
border-color: #D366CF;
}
</style>