Shades of Orchid #C07AD6
Tints of Orchid #C07AD6
RGB
CMYK
RGB Variations
Color information
#C07AD6 (or 0xC07AD6) is known color: Orchid. HEX triplet: C0, 7A and D6. RGB value is (192,122,214). Sum of RGB (Red+Green+Blue) = 192+122+214=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 214 (83.98% from 255 or 40.53% from 528); Max value from RGB is 214 - color contains mainly: blue. Hex color #C07AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD6 is #3F8529. Grayscale: #999999. Windows color (decimal): -4162858 or 14056128. OLE color: 14056128.
HSL color Cylindrical-coordinate representation of color #C07AD6: hue angle of 285.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C07AD6 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 122 | 214 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.16 |
| HSL | 285.65º | 0.53% | 0.66% | - |
| HSV(B) | 285.65º | 0.43% | 0.84% | - |
| XYZ | 40.84 | 29.98 | 67.25 | - |
| YUV | 153.42 | 162.19 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 214 | 0.10 | 0.43 | 0 | 0.16 | 285.65 | 0.53 | 0.66 |
| Hex | C0 | 7A | D6 | A | 2B | 0 | 10 | 11E | 35 | 42 |
| Octal | 300 | 172 | 326 | 12 | 53 | 0 | 20 | 436 | 65 | 102 |
| Binary | 11000000 | 1111010 | 11010110 | 1010 | 101011 | 0 | 10000 | 100011110 | 110101 | 1000010 |
Color Harmonies of #C07AD6
Complementary color
Monochromatic Colors of #C07AD6
Black with #C07AD6
Text Example
Text Example
White with #C07AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AD6; }
p { color: rgb(192,122,214); }
H1.HeaderClassName
{
color: #C07AD6;
}
.AnyTagClassName
{
color: #C07AD6;
}
</style>
background-color css
<style>
a { background-color: #C07AD6; }
a { background-color: rgb(192,122,214); }
div.DivClassName
{
background-color: #C07AD6;
}
.BgClassName
{
background-color: #C07AD6;
}
</style>
border-color css
<style>
span { border-color: #C07AD6; }
span { border-color: rgb(192,122,214); }
td.TdClassName
{
border-color: #C07AD6;
}
.TagClassName
{
border-color: #C07AD6;
}
</style>