Shades of Orchid #C682C5
Tints of Orchid #C682C5
RGB
CMYK
RGB Variations
Color information
#C682C5 (or 0xC682C5) is known color: Orchid. HEX triplet: C6, 82 and C5. RGB value is (198,130,197). Sum of RGB (Red+Green+Blue) = 198+130+197=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 198 - color contains mainly: red. Hex color #C682C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C5 is #397D3A. Grayscale: #9D9D9D. Windows color (decimal): -3767611 or 12944070. OLE color: 12944070.
HSL color Cylindrical-coordinate representation of color #C682C5: hue angle of 300.88º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682C5 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 197 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.22 |
| HSL | 300.88º | 0.37% | 0.64% | - |
| HSV(B) | 300.88º | 0.34% | 0.78% | - |
| XYZ | 41.35 | 32 | 56.82 | - |
| YUV | 157.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 197 | 0 | 0.34 | 0.01 | 0.22 | 300.88 | 0.37 | 0.64 |
| Hex | C6 | 82 | C5 | 0 | 22 | 1 | 16 | 12D | 25 | 40 |
| Octal | 306 | 202 | 305 | 0 | 42 | 1 | 26 | 455 | 45 | 100 |
| Binary | 11000110 | 10000010 | 11000101 | 0 | 100010 | 1 | 10110 | 100101101 | 100101 | 1000000 |
Color Harmonies of #C682C5
Complementary color
Monochromatic Colors of #C682C5
Black with #C682C5
Text Example
Text Example
White with #C682C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682C5; }
p { color: rgb(198,130,197); }
H1.HeaderClassName
{
color: #C682C5;
}
.AnyTagClassName
{
color: #C682C5;
}
</style>
background-color css
<style>
a { background-color: #C682C5; }
a { background-color: rgb(198,130,197); }
div.DivClassName
{
background-color: #C682C5;
}
.BgClassName
{
background-color: #C682C5;
}
</style>
border-color css
<style>
span { border-color: #C682C5; }
span { border-color: rgb(198,130,197); }
td.TdClassName
{
border-color: #C682C5;
}
.TagClassName
{
border-color: #C682C5;
}
</style>