Shades of Orchid #D364C9
Tints of Orchid #D364C9
RGB
CMYK
RGB Variations
Color information
#D364C9 (or 0xD364C9) is known color: Orchid. HEX triplet: D3, 64 and C9. RGB value is (211,100,201). Sum of RGB (Red+Green+Blue) = 211+100+201=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 100 (39.45% from 255 or 19.53% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 211 - color contains mainly: red. Hex color #D364C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D364C9 is #2C9B36. Grayscale: #909090. Windows color (decimal): -2923319 or 13198547. OLE color: 13198547.
HSL color Cylindrical-coordinate representation of color #D364C9: hue angle of 305.41º 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 #D364C9 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 100 | 201 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.17 |
| HSL | 305.41º | 0.56% | 0.61% | - |
| HSV(B) | 305.41º | 0.53% | 0.83% | - |
| XYZ | 41.96 | 27.18 | 58.29 | - |
| YUV | 144.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 100 | 201 | 0 | 0.53 | 0.05 | 0.17 | 305.41 | 0.56 | 0.61 |
| Hex | D3 | 64 | C9 | 0 | 35 | 5 | 11 | 131 | 38 | 3D |
| Octal | 323 | 144 | 311 | 0 | 65 | 5 | 21 | 461 | 70 | 75 |
| Binary | 11010011 | 1100100 | 11001001 | 0 | 110101 | 101 | 10001 | 100110001 | 111000 | 111101 |
Color Harmonies of #D364C9
Complementary color
Monochromatic Colors of #D364C9
Black with #D364C9
Text Example
Text Example
White with #D364C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D364C9; }
p { color: rgb(211,100,201); }
H1.HeaderClassName
{
color: #D364C9;
}
.AnyTagClassName
{
color: #D364C9;
}
</style>
background-color css
<style>
a { background-color: #D364C9; }
a { background-color: rgb(211,100,201); }
div.DivClassName
{
background-color: #D364C9;
}
.BgClassName
{
background-color: #D364C9;
}
</style>
border-color css
<style>
span { border-color: #D364C9; }
span { border-color: rgb(211,100,201); }
td.TdClassName
{
border-color: #D364C9;
}
.TagClassName
{
border-color: #D364C9;
}
</style>