Shades of Orchid #D363C9
Tints of Orchid #D363C9
RGB
CMYK
RGB Variations
Color information
#D363C9 (or 0xD363C9) is known color: Orchid. HEX triplet: D3, 63 and C9. RGB value is (211,99,201). Sum of RGB (Red+Green+Blue) = 211+99+201=511 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.29% from 511); Green value is 99 (39.06% from 255 or 19.37% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 211 - color contains mainly: red. Hex color #D363C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363C9 is #2C9C36. Grayscale: #8F8F8F. Windows color (decimal): -2923575 or 13198291. OLE color: 13198291.
HSL color Cylindrical-coordinate representation of color #D363C9: hue angle of 305.36º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D363C9 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 99 | 201 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.17 |
| HSL | 305.36º | 0.56% | 0.61% | - |
| HSV(B) | 305.36º | 0.53% | 0.83% | - |
| XYZ | 41.87 | 26.99 | 58.26 | - |
| YUV | 144.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 201 | 0 | 0.53 | 0.05 | 0.17 | 305.36 | 0.56 | 0.61 |
| Hex | D3 | 63 | C9 | 0 | 35 | 5 | 11 | 131 | 38 | 3D |
| Octal | 323 | 143 | 311 | 0 | 65 | 5 | 21 | 461 | 70 | 75 |
| Binary | 11010011 | 1100011 | 11001001 | 0 | 110101 | 101 | 10001 | 100110001 | 111000 | 111101 |
Color Harmonies of #D363C9
Complementary color
Monochromatic Colors of #D363C9
Black with #D363C9
Text Example
Text Example
White with #D363C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363C9; }
p { color: rgb(211,99,201); }
H1.HeaderClassName
{
color: #D363C9;
}
.AnyTagClassName
{
color: #D363C9;
}
</style>
background-color css
<style>
a { background-color: #D363C9; }
a { background-color: rgb(211,99,201); }
div.DivClassName
{
background-color: #D363C9;
}
.BgClassName
{
background-color: #D363C9;
}
</style>
border-color css
<style>
span { border-color: #D363C9; }
span { border-color: rgb(211,99,201); }
td.TdClassName
{
border-color: #D363C9;
}
.TagClassName
{
border-color: #D363C9;
}
</style>