Shades of Orchid #D369C2
Tints of Orchid #D369C2
RGB
CMYK
RGB Variations
Color information
#D369C2 (or 0xD369C2) is known color: Orchid. HEX triplet: D3, 69 and C2. RGB value is (211,105,194). Sum of RGB (Red+Green+Blue) = 211+105+194=510 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.37% from 510); Green value is 105 (41.41% from 255 or 20.59% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 211 - color contains mainly: red. Hex color #D369C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369C2 is #2C963D. Grayscale: #929292. Windows color (decimal): -2922046 or 12741075. OLE color: 12741075.
HSL color Cylindrical-coordinate representation of color #D369C2: hue angle of 309.62º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D369C2 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 194 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.17 |
| HSL | 309.62º | 0.55% | 0.62% | - |
| HSV(B) | 309.62º | 0.5% | 0.83% | - |
| XYZ | 41.65 | 27.85 | 54.22 | - |
| YUV | 146.84 | 154.62 | 173.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 194 | 0 | 0.50 | 0.08 | 0.17 | 309.62 | 0.55 | 0.62 |
| Hex | D3 | 69 | C2 | 0 | 32 | 8 | 11 | 136 | 37 | 3E |
| Octal | 323 | 151 | 302 | 0 | 62 | 10 | 21 | 466 | 67 | 76 |
| Binary | 11010011 | 1101001 | 11000010 | 0 | 110010 | 1000 | 10001 | 100110110 | 110111 | 111110 |
Color Harmonies of #D369C2
Complementary color
Monochromatic Colors of #D369C2
Black with #D369C2
Text Example
Text Example
White with #D369C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369C2; }
p { color: rgb(211,105,194); }
H1.HeaderClassName
{
color: #D369C2;
}
.AnyTagClassName
{
color: #D369C2;
}
</style>
background-color css
<style>
a { background-color: #D369C2; }
a { background-color: rgb(211,105,194); }
div.DivClassName
{
background-color: #D369C2;
}
.BgClassName
{
background-color: #D369C2;
}
</style>
border-color css
<style>
span { border-color: #D369C2; }
span { border-color: rgb(211,105,194); }
td.TdClassName
{
border-color: #D369C2;
}
.TagClassName
{
border-color: #D369C2;
}
</style>