Shades of Orchid #D367D5
Tints of Orchid #D367D5
RGB
CMYK
RGB Variations
Color information
#D367D5 (or 0xD367D5) is known color: Orchid. HEX triplet: D3, 67 and D5. RGB value is (211,103,213). Sum of RGB (Red+Green+Blue) = 211+103+213=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 103 (40.62% from 255 or 19.54% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #D367D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D367D5 is #2C982A. Grayscale: #939393. Windows color (decimal): -2922539 or 13985747. OLE color: 13985747.
HSL color Cylindrical-coordinate representation of color #D367D5: hue angle of 298.91º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D367D5 is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 103 | 213 | - |
| CMYK | 0.01 | 0.52 | 0 | 0.16 |
| HSL | 298.91º | 0.57% | 0.62% | - |
| HSV(B) | 298.91º | 0.52% | 0.84% | - |
| XYZ | 43.72 | 28.35 | 66.12 | - |
| YUV | 147.83 | 164.78 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 213 | 0.01 | 0.52 | 0 | 0.16 | 298.91 | 0.57 | 0.62 |
| Hex | D3 | 67 | D5 | 1 | 34 | 0 | 10 | 12B | 39 | 3E |
| Octal | 323 | 147 | 325 | 1 | 64 | 0 | 20 | 453 | 71 | 76 |
| Binary | 11010011 | 1100111 | 11010101 | 1 | 110100 | 0 | 10000 | 100101011 | 111001 | 111110 |
Color Harmonies of #D367D5
Complementary color
Monochromatic Colors of #D367D5
Black with #D367D5
Text Example
Text Example
White with #D367D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D367D5; }
p { color: rgb(211,103,213); }
H1.HeaderClassName
{
color: #D367D5;
}
.AnyTagClassName
{
color: #D367D5;
}
</style>
background-color css
<style>
a { background-color: #D367D5; }
a { background-color: rgb(211,103,213); }
div.DivClassName
{
background-color: #D367D5;
}
.BgClassName
{
background-color: #D367D5;
}
</style>
border-color css
<style>
span { border-color: #D367D5; }
span { border-color: rgb(211,103,213); }
td.TdClassName
{
border-color: #D367D5;
}
.TagClassName
{
border-color: #D367D5;
}
</style>