Shades of Orchid #C582C7
Tints of Orchid #C582C7
RGB
CMYK
RGB Variations
Color information
#C582C7 (or 0xC582C7) is known color: Orchid. HEX triplet: C5, 82 and C7. RGB value is (197,130,199). Sum of RGB (Red+Green+Blue) = 197+130+199=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 130 (51.17% from 255 or 24.71% from 526); Blue value is 199 (78.12% from 255 or 37.83% from 526); Max value from RGB is 199 - color contains mainly: blue. Hex color #C582C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C582C7 is #3A7D38. Grayscale: #9D9D9D. Windows color (decimal): -3833145 or 13075141. OLE color: 13075141.
HSL color Cylindrical-coordinate representation of color #C582C7: hue angle of 298.26º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C582C7 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 197 | 130 | 199 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.22 |
| HSL | 298.26º | 0.38% | 0.65% | - |
| HSV(B) | 298.26º | 0.35% | 0.78% | - |
| XYZ | 41.32 | 31.96 | 58.02 | - |
| YUV | 157.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 130 | 199 | 0.01 | 0.35 | 0 | 0.22 | 298.26 | 0.38 | 0.65 |
| Hex | C5 | 82 | C7 | 1 | 23 | 0 | 16 | 12A | 26 | 41 |
| Octal | 305 | 202 | 307 | 1 | 43 | 0 | 26 | 452 | 46 | 101 |
| Binary | 11000101 | 10000010 | 11000111 | 1 | 100011 | 0 | 10110 | 100101010 | 100110 | 1000001 |
Color Harmonies of #C582C7
Complementary color
Monochromatic Colors of #C582C7
Black with #C582C7
Text Example
Text Example
White with #C582C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C582C7; }
p { color: rgb(197,130,199); }
H1.HeaderClassName
{
color: #C582C7;
}
.AnyTagClassName
{
color: #C582C7;
}
</style>
background-color css
<style>
a { background-color: #C582C7; }
a { background-color: rgb(197,130,199); }
div.DivClassName
{
background-color: #C582C7;
}
.BgClassName
{
background-color: #C582C7;
}
</style>
border-color css
<style>
span { border-color: #C582C7; }
span { border-color: rgb(197,130,199); }
td.TdClassName
{
border-color: #C582C7;
}
.TagClassName
{
border-color: #C582C7;
}
</style>