Shades of Orchid #C582D1
Tints of Orchid #C582D1
RGB
CMYK
RGB Variations
Color information
#C582D1 (or 0xC582D1) is known color: Orchid. HEX triplet: C5, 82 and D1. RGB value is (197,130,209). Sum of RGB (Red+Green+Blue) = 197+130+209=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 209 (82.03% from 255 or 38.99% from 536); Max value from RGB is 209 - color contains mainly: blue. Hex color #C582D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582D1 is #3A7D2E. Grayscale: #9E9E9E. Windows color (decimal): -3833135 or 13730501. OLE color: 13730501.
HSL color Cylindrical-coordinate representation of color #C582D1: hue angle of 290.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C582D1 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 130 | 209 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.18 |
| HSL | 290.89º | 0.46% | 0.66% | - |
| HSV(B) | 290.89º | 0.38% | 0.82% | - |
| XYZ | 42.52 | 32.44 | 64.34 | - |
| YUV | 159.04 | 156.2 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 209 | 0.06 | 0.38 | 0 | 0.18 | 290.89 | 0.46 | 0.66 |
| Hex | C5 | 82 | D1 | 6 | 26 | 0 | 12 | 123 | 2E | 42 |
| Octal | 305 | 202 | 321 | 6 | 46 | 0 | 22 | 443 | 56 | 102 |
| Binary | 11000101 | 10000010 | 11010001 | 110 | 100110 | 0 | 10010 | 100100011 | 101110 | 1000010 |
Color Harmonies of #C582D1
Complementary color
Monochromatic Colors of #C582D1
Black with #C582D1
Text Example
Text Example
White with #C582D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582D1; }
p { color: rgb(197,130,209); }
H1.HeaderClassName
{
color: #C582D1;
}
.AnyTagClassName
{
color: #C582D1;
}
</style>
background-color css
<style>
a { background-color: #C582D1; }
a { background-color: rgb(197,130,209); }
div.DivClassName
{
background-color: #C582D1;
}
.BgClassName
{
background-color: #C582D1;
}
</style>
border-color css
<style>
span { border-color: #C582D1; }
span { border-color: rgb(197,130,209); }
td.TdClassName
{
border-color: #C582D1;
}
.TagClassName
{
border-color: #C582D1;
}
</style>