Shades of Orchid #D061CE
Tints of Orchid #D061CE
RGB
CMYK
RGB Variations
Color information
#D061CE (or 0xD061CE) is known color: Orchid. HEX triplet: D0, 61 and CE. RGB value is (208,97,206). Sum of RGB (Red+Green+Blue) = 208+97+206=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D061CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D061CE is #2F9E31. Grayscale: #8E8E8E. Windows color (decimal): -3120690 or 13525456. OLE color: 13525456.
HSL color Cylindrical-coordinate representation of color #D061CE: hue angle of 301.08º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D061CE is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 97 | 206 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.18 |
| HSL | 301.08º | 0.54% | 0.6% | - |
| HSV(B) | 301.08º | 0.53% | 0.82% | - |
| XYZ | 41.43 | 26.42 | 61.31 | - |
| YUV | 142.62 | 163.77 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 97 | 206 | 0 | 0.53 | 0.01 | 0.18 | 301.08 | 0.54 | 0.6 |
| Hex | D0 | 61 | CE | 0 | 35 | 1 | 12 | 12D | 36 | 3C |
| Octal | 320 | 141 | 316 | 0 | 65 | 1 | 22 | 455 | 66 | 74 |
| Binary | 11010000 | 1100001 | 11001110 | 0 | 110101 | 1 | 10010 | 100101101 | 110110 | 111100 |
Color Harmonies of #D061CE
Complementary color
Monochromatic Colors of #D061CE
Black with #D061CE
Text Example
Text Example
White with #D061CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D061CE; }
p { color: rgb(208,97,206); }
H1.HeaderClassName
{
color: #D061CE;
}
.AnyTagClassName
{
color: #D061CE;
}
</style>
background-color css
<style>
a { background-color: #D061CE; }
a { background-color: rgb(208,97,206); }
div.DivClassName
{
background-color: #D061CE;
}
.BgClassName
{
background-color: #D061CE;
}
</style>
border-color css
<style>
span { border-color: #D061CE; }
span { border-color: rgb(208,97,206); }
td.TdClassName
{
border-color: #D061CE;
}
.TagClassName
{
border-color: #D061CE;
}
</style>