Shades of Orchid #D369D6
Tints of Orchid #D369D6
RGB
CMYK
RGB Variations
Color information
#D369D6 (or 0xD369D6) is known color: Orchid. HEX triplet: D3, 69 and D6. RGB value is (211,105,214). Sum of RGB (Red+Green+Blue) = 211+105+214=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 105 (41.41% from 255 or 19.81% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #D369D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369D6 is #2C9629. Grayscale: #949494. Windows color (decimal): -2922026 or 14051795. OLE color: 14051795.
HSL color Cylindrical-coordinate representation of color #D369D6: hue angle of 298.35º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D369D6 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 105 | 214 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.16 |
| HSL | 298.35º | 0.57% | 0.63% | - |
| HSV(B) | 298.35º | 0.51% | 0.84% | - |
| XYZ | 44.05 | 28.81 | 66.86 | - |
| YUV | 149.12 | 164.62 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 214 | 0.01 | 0.51 | 0 | 0.16 | 298.35 | 0.57 | 0.63 |
| Hex | D3 | 69 | D6 | 1 | 33 | 0 | 10 | 12A | 39 | 3F |
| Octal | 323 | 151 | 326 | 1 | 63 | 0 | 20 | 452 | 71 | 77 |
| Binary | 11010011 | 1101001 | 11010110 | 1 | 110011 | 0 | 10000 | 100101010 | 111001 | 111111 |
Color Harmonies of #D369D6
Complementary color
Monochromatic Colors of #D369D6
Black with #D369D6
Text Example
Text Example
White with #D369D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369D6; }
p { color: rgb(211,105,214); }
H1.HeaderClassName
{
color: #D369D6;
}
.AnyTagClassName
{
color: #D369D6;
}
</style>
background-color css
<style>
a { background-color: #D369D6; }
a { background-color: rgb(211,105,214); }
div.DivClassName
{
background-color: #D369D6;
}
.BgClassName
{
background-color: #D369D6;
}
</style>
border-color css
<style>
span { border-color: #D369D6; }
span { border-color: rgb(211,105,214); }
td.TdClassName
{
border-color: #D369D6;
}
.TagClassName
{
border-color: #D369D6;
}
</style>