Shades of Orchid #D083CF
Tints of Orchid #D083CF
RGB
CMYK
RGB Variations
Color information
#D083CF (or 0xD083CF) is known color: Orchid. HEX triplet: D0, 83 and CF. RGB value is (208,131,207). Sum of RGB (Red+Green+Blue) = 208+131+207=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CF is #2F7C30. Grayscale: #A2A2A2. Windows color (decimal): -3111985 or 13599696. OLE color: 13599696.
HSL color Cylindrical-coordinate representation of color #D083CF: hue angle of 300.78º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083CF is Cyan = 0, Magento = 0.37, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 131 | 207 | - |
| CMYK | 0 | 0.37 | 0.00 | 0.18 |
| HSL | 300.78º | 0.45% | 0.66% | - |
| HSV(B) | 300.78º | 0.37% | 0.82% | - |
| XYZ | 45.39 | 34.15 | 63.23 | - |
| YUV | 162.69 | 153.01 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 131 | 207 | 0 | 0.37 | 0.00 | 0.18 | 300.78 | 0.45 | 0.66 |
| Hex | D0 | 83 | CF | 0 | 25 | 0 | 12 | 12D | 2D | 42 |
| Octal | 320 | 203 | 317 | 0 | 45 | 0 | 22 | 455 | 55 | 102 |
| Binary | 11010000 | 10000011 | 11001111 | 0 | 100101 | 0 | 10010 | 100101101 | 101101 | 1000010 |
Color Harmonies of #D083CF
Complementary color
Monochromatic Colors of #D083CF
Black with #D083CF
Text Example
Text Example
White with #D083CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D083CF; }
p { color: rgb(208,131,207); }
H1.HeaderClassName
{
color: #D083CF;
}
.AnyTagClassName
{
color: #D083CF;
}
</style>
background-color css
<style>
a { background-color: #D083CF; }
a { background-color: rgb(208,131,207); }
div.DivClassName
{
background-color: #D083CF;
}
.BgClassName
{
background-color: #D083CF;
}
</style>
border-color css
<style>
span { border-color: #D083CF; }
span { border-color: rgb(208,131,207); }
td.TdClassName
{
border-color: #D083CF;
}
.TagClassName
{
border-color: #D083CF;
}
</style>