Shades of Orchid #C682C9
Tints of Orchid #C682C9
RGB
CMYK
RGB Variations
Color information
#C682C9 (or 0xC682C9) is known color: Orchid. HEX triplet: C6, 82 and C9. RGB value is (198,130,201). Sum of RGB (Red+Green+Blue) = 198+130+201=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 201 (78.91% from 255 or 38.00% from 529); Max value from RGB is 201 - color contains mainly: blue. Hex color #C682C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682C9 is #397D36. Grayscale: #9E9E9E. Windows color (decimal): -3767607 or 13206214. OLE color: 13206214.
HSL color Cylindrical-coordinate representation of color #C682C9: hue angle of 297.46º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C682C9 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 198 | 130 | 201 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.21 |
| HSL | 297.46º | 0.4% | 0.65% | - |
| HSV(B) | 297.46º | 0.35% | 0.79% | - |
| XYZ | 41.81 | 32.19 | 59.27 | - |
| YUV | 158.43 | 152.03 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 201 | 0.01 | 0.35 | 0 | 0.21 | 297.46 | 0.4 | 0.65 |
| Hex | C6 | 82 | C9 | 1 | 23 | 0 | 15 | 129 | 28 | 41 |
| Octal | 306 | 202 | 311 | 1 | 43 | 0 | 25 | 451 | 50 | 101 |
| Binary | 11000110 | 10000010 | 11001001 | 1 | 100011 | 0 | 10101 | 100101001 | 101000 | 1000001 |
Color Harmonies of #C682C9
Complementary color
Monochromatic Colors of #C682C9
Black with #C682C9
Text Example
Text Example
White with #C682C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682C9; }
p { color: rgb(198,130,201); }
H1.HeaderClassName
{
color: #C682C9;
}
.AnyTagClassName
{
color: #C682C9;
}
</style>
background-color css
<style>
a { background-color: #C682C9; }
a { background-color: rgb(198,130,201); }
div.DivClassName
{
background-color: #C682C9;
}
.BgClassName
{
background-color: #C682C9;
}
</style>
border-color css
<style>
span { border-color: #C682C9; }
span { border-color: rgb(198,130,201); }
td.TdClassName
{
border-color: #C682C9;
}
.TagClassName
{
border-color: #C682C9;
}
</style>