Shades of Orchid #D364DC
Tints of Orchid #D364DC
RGB
CMYK
RGB Variations
Color information
#D364DC (or 0xD364DC) is known color: Orchid. HEX triplet: D3, 64 and DC. RGB value is (211,100,220). Sum of RGB (Red+Green+Blue) = 211+100+220=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 100 (39.45% from 255 or 18.83% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #D364DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364DC is #2C9B23. Grayscale: #929292. Windows color (decimal): -2923300 or 14443731. OLE color: 14443731.
HSL color Cylindrical-coordinate representation of color #D364DC: hue angle of 295.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D364DC is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 100 | 220 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.14 |
| HSL | 295.5º | 0.63% | 0.63% | - |
| HSV(B) | 295.5º | 0.55% | 0.86% | - |
| XYZ | 44.34 | 28.13 | 70.8 | - |
| YUV | 146.87 | 169.27 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 220 | 0.04 | 0.55 | 0 | 0.14 | 295.5 | 0.63 | 0.63 |
| Hex | D3 | 64 | DC | 4 | 37 | 0 | E | 128 | 3F | 3F |
| Octal | 323 | 144 | 334 | 4 | 67 | 0 | 16 | 450 | 77 | 77 |
| Binary | 11010011 | 1100100 | 11011100 | 100 | 110111 | 0 | 1110 | 100101000 | 111111 | 111111 |
Color Harmonies of #D364DC
Complementary color
Monochromatic Colors of #D364DC
Black with #D364DC
Text Example
Text Example
White with #D364DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364DC; }
p { color: rgb(211,100,220); }
H1.HeaderClassName
{
color: #D364DC;
}
.AnyTagClassName
{
color: #D364DC;
}
</style>
background-color css
<style>
a { background-color: #D364DC; }
a { background-color: rgb(211,100,220); }
div.DivClassName
{
background-color: #D364DC;
}
.BgClassName
{
background-color: #D364DC;
}
</style>
border-color css
<style>
span { border-color: #D364DC; }
span { border-color: rgb(211,100,220); }
td.TdClassName
{
border-color: #D364DC;
}
.TagClassName
{
border-color: #D364DC;
}
</style>