Shades of Orchid #D369C3
Tints of Orchid #D369C3
RGB
CMYK
RGB Variations
Color information
#D369C3 (or 0xD369C3) is known color: Orchid. HEX triplet: D3, 69 and C3. RGB value is (211,105,195). Sum of RGB (Red+Green+Blue) = 211+105+195=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 195 (76.56% from 255 or 38.16% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D369C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D369C3 is #2C963C. Grayscale: #929292. Windows color (decimal): -2922045 or 12806611. OLE color: 12806611.
HSL color Cylindrical-coordinate representation of color #D369C3: hue angle of 309.06º 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 #D369C3 is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 105 | 195 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.17 |
| HSL | 309.06º | 0.55% | 0.62% | - |
| HSV(B) | 309.06º | 0.5% | 0.83% | - |
| XYZ | 41.77 | 27.89 | 54.81 | - |
| YUV | 146.95 | 155.12 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 105 | 195 | 0 | 0.50 | 0.08 | 0.17 | 309.06 | 0.55 | 0.62 |
| Hex | D3 | 69 | C3 | 0 | 32 | 8 | 11 | 135 | 37 | 3E |
| Octal | 323 | 151 | 303 | 0 | 62 | 10 | 21 | 465 | 67 | 76 |
| Binary | 11010011 | 1101001 | 11000011 | 0 | 110010 | 1000 | 10001 | 100110101 | 110111 | 111110 |
Color Harmonies of #D369C3
Complementary color
Monochromatic Colors of #D369C3
Black with #D369C3
Text Example
Text Example
White with #D369C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D369C3; }
p { color: rgb(211,105,195); }
H1.HeaderClassName
{
color: #D369C3;
}
.AnyTagClassName
{
color: #D369C3;
}
</style>
background-color css
<style>
a { background-color: #D369C3; }
a { background-color: rgb(211,105,195); }
div.DivClassName
{
background-color: #D369C3;
}
.BgClassName
{
background-color: #D369C3;
}
</style>
border-color css
<style>
span { border-color: #D369C3; }
span { border-color: rgb(211,105,195); }
td.TdClassName
{
border-color: #D369C3;
}
.TagClassName
{
border-color: #D369C3;
}
</style>