Shades of Orchid #D072CF
Tints of Orchid #D072CF
RGB
CMYK
RGB Variations
Color information
#D072CF (or 0xD072CF) is known color: Orchid. HEX triplet: D0, 72 and CF. RGB value is (208,114,207). Sum of RGB (Red+Green+Blue) = 208+114+207=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 114 (44.92% from 255 or 21.55% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 208 - color contains mainly: red. Hex color #D072CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072CF is #2F8D30. Grayscale: #989898. Windows color (decimal): -3116337 or 13595344. OLE color: 13595344.
HSL color Cylindrical-coordinate representation of color #D072CF: hue angle of 300.64º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D072CF is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 114 | 207 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.18 |
| HSL | 300.64º | 0.5% | 0.63% | - |
| HSV(B) | 300.64º | 0.45% | 0.82% | - |
| XYZ | 43.29 | 29.95 | 62.53 | - |
| YUV | 152.71 | 158.64 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 114 | 207 | 0 | 0.45 | 0.00 | 0.18 | 300.64 | 0.5 | 0.63 |
| Hex | D0 | 72 | CF | 0 | 2D | 0 | 12 | 12D | 32 | 3F |
| Octal | 320 | 162 | 317 | 0 | 55 | 0 | 22 | 455 | 62 | 77 |
| Binary | 11010000 | 1110010 | 11001111 | 0 | 101101 | 0 | 10010 | 100101101 | 110010 | 111111 |
Color Harmonies of #D072CF
Complementary color
Monochromatic Colors of #D072CF
Black with #D072CF
Text Example
Text Example
White with #D072CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D072CF; }
p { color: rgb(208,114,207); }
H1.HeaderClassName
{
color: #D072CF;
}
.AnyTagClassName
{
color: #D072CF;
}
</style>
background-color css
<style>
a { background-color: #D072CF; }
a { background-color: rgb(208,114,207); }
div.DivClassName
{
background-color: #D072CF;
}
.BgClassName
{
background-color: #D072CF;
}
</style>
border-color css
<style>
span { border-color: #D072CF; }
span { border-color: rgb(208,114,207); }
td.TdClassName
{
border-color: #D072CF;
}
.TagClassName
{
border-color: #D072CF;
}
</style>