Shades of Orchid #D372CA
Tints of Orchid #D372CA
RGB
CMYK
RGB Variations
Color information
#D372CA (or 0xD372CA) is known color: Orchid. HEX triplet: D3, 72 and CA. RGB value is (211,114,202). Sum of RGB (Red+Green+Blue) = 211+114+202=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D372CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D372CA is #2C8D35. Grayscale: #989898. Windows color (decimal): -2919734 or 13267667. OLE color: 13267667.
HSL color Cylindrical-coordinate representation of color #D372CA: hue angle of 305.57º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D372CA is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 202 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.17 |
| HSL | 305.57º | 0.52% | 0.64% | - |
| HSV(B) | 305.57º | 0.46% | 0.83% | - |
| XYZ | 43.54 | 30.15 | 59.4 | - |
| YUV | 153.04 | 155.64 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 202 | 0 | 0.46 | 0.04 | 0.17 | 305.57 | 0.52 | 0.64 |
| Hex | D3 | 72 | CA | 0 | 2E | 4 | 11 | 132 | 34 | 40 |
| Octal | 323 | 162 | 312 | 0 | 56 | 4 | 21 | 462 | 64 | 100 |
| Binary | 11010011 | 1110010 | 11001010 | 0 | 101110 | 100 | 10001 | 100110010 | 110100 | 1000000 |
Color Harmonies of #D372CA
Complementary color
Monochromatic Colors of #D372CA
Black with #D372CA
Text Example
Text Example
White with #D372CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372CA; }
p { color: rgb(211,114,202); }
H1.HeaderClassName
{
color: #D372CA;
}
.AnyTagClassName
{
color: #D372CA;
}
</style>
background-color css
<style>
a { background-color: #D372CA; }
a { background-color: rgb(211,114,202); }
div.DivClassName
{
background-color: #D372CA;
}
.BgClassName
{
background-color: #D372CA;
}
</style>
border-color css
<style>
span { border-color: #D372CA; }
span { border-color: rgb(211,114,202); }
td.TdClassName
{
border-color: #D372CA;
}
.TagClassName
{
border-color: #D372CA;
}
</style>