Shades of Orchid #D369DC
Tints of Orchid #D369DC
RGB
CMYK
RGB Variations
Color information
#D369DC (or 0xD369DC) is known color: Orchid. HEX triplet: D3, 69 and DC. RGB value is (211,105,220). Sum of RGB (Red+Green+Blue) = 211+105+220=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #D369DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369DC is #2C9623. Grayscale: #959595. Windows color (decimal): -2922020 or 14445011. OLE color: 14445011.
HSL color Cylindrical-coordinate representation of color #D369DC: hue angle of 295.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D369DC is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 105 | 220 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.14 |
| HSL | 295.3º | 0.62% | 0.64% | - |
| HSV(B) | 295.3º | 0.52% | 0.86% | - |
| XYZ | 44.83 | 29.12 | 70.97 | - |
| YUV | 149.8 | 167.62 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 220 | 0.04 | 0.52 | 0 | 0.14 | 295.3 | 0.62 | 0.64 |
| Hex | D3 | 69 | DC | 4 | 34 | 0 | E | 127 | 3E | 40 |
| Octal | 323 | 151 | 334 | 4 | 64 | 0 | 16 | 447 | 76 | 100 |
| Binary | 11010011 | 1101001 | 11011100 | 100 | 110100 | 0 | 1110 | 100100111 | 111110 | 1000000 |
Color Harmonies of #D369DC
Complementary color
Monochromatic Colors of #D369DC
Black with #D369DC
Text Example
Text Example
White with #D369DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369DC; }
p { color: rgb(211,105,220); }
H1.HeaderClassName
{
color: #D369DC;
}
.AnyTagClassName
{
color: #D369DC;
}
</style>
background-color css
<style>
a { background-color: #D369DC; }
a { background-color: rgb(211,105,220); }
div.DivClassName
{
background-color: #D369DC;
}
.BgClassName
{
background-color: #D369DC;
}
</style>
border-color css
<style>
span { border-color: #D369DC; }
span { border-color: rgb(211,105,220); }
td.TdClassName
{
border-color: #D369DC;
}
.TagClassName
{
border-color: #D369DC;
}
</style>