Shades of Orchid #C682CD
Tints of Orchid #C682CD
RGB
CMYK
RGB Variations
Color information
#C682CD (or 0xC682CD) is known color: Orchid. HEX triplet: C6, 82 and CD. RGB value is (198,130,205). Sum of RGB (Red+Green+Blue) = 198+130+205=533 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.15% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C682CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682CD is #397D32. Grayscale: #9E9E9E. Windows color (decimal): -3767603 or 13468358. OLE color: 13468358.
HSL color Cylindrical-coordinate representation of color #C682CD: hue angle of 294.4º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C682CD is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 198 | 130 | 205 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.20 |
| HSL | 294.4º | 0.43% | 0.66% | - |
| HSV(B) | 294.4º | 0.37% | 0.8% | - |
| XYZ | 42.29 | 32.38 | 61.78 | - |
| YUV | 158.88 | 154.03 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 205 | 0.03 | 0.37 | 0 | 0.20 | 294.4 | 0.43 | 0.66 |
| Hex | C6 | 82 | CD | 3 | 25 | 0 | 14 | 126 | 2B | 42 |
| Octal | 306 | 202 | 315 | 3 | 45 | 0 | 24 | 446 | 53 | 102 |
| Binary | 11000110 | 10000010 | 11001101 | 11 | 100101 | 0 | 10100 | 100100110 | 101011 | 1000010 |
Color Harmonies of #C682CD
Complementary color
Monochromatic Colors of #C682CD
Black with #C682CD
Text Example
Text Example
White with #C682CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682CD; }
p { color: rgb(198,130,205); }
H1.HeaderClassName
{
color: #C682CD;
}
.AnyTagClassName
{
color: #C682CD;
}
</style>
background-color css
<style>
a { background-color: #C682CD; }
a { background-color: rgb(198,130,205); }
div.DivClassName
{
background-color: #C682CD;
}
.BgClassName
{
background-color: #C682CD;
}
</style>
border-color css
<style>
span { border-color: #C682CD; }
span { border-color: rgb(198,130,205); }
td.TdClassName
{
border-color: #C682CD;
}
.TagClassName
{
border-color: #C682CD;
}
</style>