Shades of Orchid #C583D0
Tints of Orchid #C583D0
RGB
CMYK
RGB Variations
Color information
#C583D0 (or 0xC583D0) is known color: Orchid. HEX triplet: C5, 83 and D0. RGB value is (197,131,208). Sum of RGB (Red+Green+Blue) = 197+131+208=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 208 - color contains mainly: blue. Hex color #C583D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C583D0 is #3A7C2F. Grayscale: #9F9F9F. Windows color (decimal): -3832880 or 13665221. OLE color: 13665221.
HSL color Cylindrical-coordinate representation of color #C583D0: hue angle of 291.43º 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 #C583D0 is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 131 | 208 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.18 |
| HSL | 291.43º | 0.45% | 0.66% | - |
| HSV(B) | 291.43º | 0.37% | 0.82% | - |
| XYZ | 42.53 | 32.66 | 63.74 | - |
| YUV | 159.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 131 | 208 | 0.05 | 0.37 | 0 | 0.18 | 291.43 | 0.45 | 0.66 |
| Hex | C5 | 83 | D0 | 5 | 25 | 0 | 12 | 123 | 2D | 42 |
| Octal | 305 | 203 | 320 | 5 | 45 | 0 | 22 | 443 | 55 | 102 |
| Binary | 11000101 | 10000011 | 11010000 | 101 | 100101 | 0 | 10010 | 100100011 | 101101 | 1000010 |
Color Harmonies of #C583D0
Complementary color
Monochromatic Colors of #C583D0
Black with #C583D0
Text Example
Text Example
White with #C583D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C583D0; }
p { color: rgb(197,131,208); }
H1.HeaderClassName
{
color: #C583D0;
}
.AnyTagClassName
{
color: #C583D0;
}
</style>
background-color css
<style>
a { background-color: #C583D0; }
a { background-color: rgb(197,131,208); }
div.DivClassName
{
background-color: #C583D0;
}
.BgClassName
{
background-color: #C583D0;
}
</style>
border-color css
<style>
span { border-color: #C583D0; }
span { border-color: rgb(197,131,208); }
td.TdClassName
{
border-color: #C583D0;
}
.TagClassName
{
border-color: #C583D0;
}
</style>