Shades of Orchid #D370CC
Tints of Orchid #D370CC
RGB
CMYK
RGB Variations
Color information
#D370CC (or 0xD370CC) is known color: Orchid. HEX triplet: D3, 70 and CC. RGB value is (211,112,204). Sum of RGB (Red+Green+Blue) = 211+112+204=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D370CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D370CC is #2C8F33. Grayscale: #979797. Windows color (decimal): -2920244 or 13398227. OLE color: 13398227.
HSL color Cylindrical-coordinate representation of color #D370CC: hue angle of 304.24º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D370CC is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 204 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.17 |
| HSL | 304.24º | 0.53% | 0.63% | - |
| HSV(B) | 304.24º | 0.47% | 0.83% | - |
| XYZ | 43.56 | 29.8 | 60.58 | - |
| YUV | 152.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 204 | 0 | 0.47 | 0.03 | 0.17 | 304.24 | 0.53 | 0.63 |
| Hex | D3 | 70 | CC | 0 | 2F | 3 | 11 | 130 | 35 | 3F |
| Octal | 323 | 160 | 314 | 0 | 57 | 3 | 21 | 460 | 65 | 77 |
| Binary | 11010011 | 1110000 | 11001100 | 0 | 101111 | 11 | 10001 | 100110000 | 110101 | 111111 |
Color Harmonies of #D370CC
Complementary color
Monochromatic Colors of #D370CC
Black with #D370CC
Text Example
Text Example
White with #D370CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370CC; }
p { color: rgb(211,112,204); }
H1.HeaderClassName
{
color: #D370CC;
}
.AnyTagClassName
{
color: #D370CC;
}
</style>
background-color css
<style>
a { background-color: #D370CC; }
a { background-color: rgb(211,112,204); }
div.DivClassName
{
background-color: #D370CC;
}
.BgClassName
{
background-color: #D370CC;
}
</style>
border-color css
<style>
span { border-color: #D370CC; }
span { border-color: rgb(211,112,204); }
td.TdClassName
{
border-color: #D370CC;
}
.TagClassName
{
border-color: #D370CC;
}
</style>