Shades of Orchid #C07DC6
Tints of Orchid #C07DC6
RGB
CMYK
RGB Variations
Color information
#C07DC6 (or 0xC07DC6) is known color: Orchid. HEX triplet: C0, 7D and C6. RGB value is (192,125,198). Sum of RGB (Red+Green+Blue) = 192+125+198=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #C07DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DC6 is #3F8239. Grayscale: #999999. Windows color (decimal): -4162106 or 13008320. OLE color: 13008320.
HSL color Cylindrical-coordinate representation of color #C07DC6: hue angle of 295.07º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07DC6 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 125 | 198 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.22 |
| HSL | 295.07º | 0.39% | 0.63% | - |
| HSV(B) | 295.07º | 0.37% | 0.78% | - |
| XYZ | 39.26 | 29.95 | 57.14 | - |
| YUV | 153.36 | 153.2 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 198 | 0.03 | 0.37 | 0 | 0.22 | 295.07 | 0.39 | 0.63 |
| Hex | C0 | 7D | C6 | 3 | 25 | 0 | 16 | 127 | 27 | 3F |
| Octal | 300 | 175 | 306 | 3 | 45 | 0 | 26 | 447 | 47 | 77 |
| Binary | 11000000 | 1111101 | 11000110 | 11 | 100101 | 0 | 10110 | 100100111 | 100111 | 111111 |
Color Harmonies of #C07DC6
Complementary color
Monochromatic Colors of #C07DC6
Black with #C07DC6
Text Example
Text Example
White with #C07DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DC6; }
p { color: rgb(192,125,198); }
H1.HeaderClassName
{
color: #C07DC6;
}
.AnyTagClassName
{
color: #C07DC6;
}
</style>
background-color css
<style>
a { background-color: #C07DC6; }
a { background-color: rgb(192,125,198); }
div.DivClassName
{
background-color: #C07DC6;
}
.BgClassName
{
background-color: #C07DC6;
}
</style>
border-color css
<style>
span { border-color: #C07DC6; }
span { border-color: rgb(192,125,198); }
td.TdClassName
{
border-color: #C07DC6;
}
.TagClassName
{
border-color: #C07DC6;
}
</style>