Shades of Orchid #C682CC
Tints of Orchid #C682CC
RGB
CMYK
RGB Variations
Color information
#C682CC (or 0xC682CC) is known color: Orchid. HEX triplet: C6, 82 and CC. RGB value is (198,130,204). Sum of RGB (Red+Green+Blue) = 198+130+204=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 204 (80.08% from 255 or 38.35% from 532); Max value from RGB is 204 - color contains mainly: blue. Hex color #C682CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682CC is #397D33. Grayscale: #9E9E9E. Windows color (decimal): -3767604 or 13402822. OLE color: 13402822.
HSL color Cylindrical-coordinate representation of color #C682CC: hue angle of 295.14º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C682CC is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 198 | 130 | 204 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.2 |
| HSL | 295.14º | 0.42% | 0.65% | - |
| HSV(B) | 295.14º | 0.36% | 0.8% | - |
| XYZ | 42.17 | 32.33 | 61.14 | - |
| YUV | 158.77 | 153.53 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 204 | 0.03 | 0.36 | 0 | 0.2 | 295.14 | 0.42 | 0.65 |
| Hex | C6 | 82 | CC | 3 | 24 | 0 | 14 | 127 | 2A | 41 |
| Octal | 306 | 202 | 314 | 3 | 44 | 0 | 24 | 447 | 52 | 101 |
| Binary | 11000110 | 10000010 | 11001100 | 11 | 100100 | 0 | 10100 | 100100111 | 101010 | 1000001 |
Color Harmonies of #C682CC
Complementary color
Monochromatic Colors of #C682CC
Black with #C682CC
Text Example
Text Example
White with #C682CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682CC; }
p { color: rgb(198,130,204); }
H1.HeaderClassName
{
color: #C682CC;
}
.AnyTagClassName
{
color: #C682CC;
}
</style>
background-color css
<style>
a { background-color: #C682CC; }
a { background-color: rgb(198,130,204); }
div.DivClassName
{
background-color: #C682CC;
}
.BgClassName
{
background-color: #C682CC;
}
</style>
border-color css
<style>
span { border-color: #C682CC; }
span { border-color: rgb(198,130,204); }
td.TdClassName
{
border-color: #C682CC;
}
.TagClassName
{
border-color: #C682CC;
}
</style>