Shades of Orchid #C07AD7
Tints of Orchid #C07AD7
RGB
CMYK
RGB Variations
Color information
#C07AD7 (or 0xC07AD7) is known color: Orchid. HEX triplet: C0, 7A and D7. RGB value is (192,122,215). Sum of RGB (Red+Green+Blue) = 192+122+215=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 122 (48.05% from 255 or 23.06% from 529); Blue value is 215 (84.38% from 255 or 40.64% from 529); Max value from RGB is 215 - color contains mainly: blue. Hex color #C07AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD7 is #3F8528. Grayscale: #999999. Windows color (decimal): -4162857 or 14121664. OLE color: 14121664.
HSL color Cylindrical-coordinate representation of color #C07AD7: hue angle of 285.16º degrees, saturation: 0.54, 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 #C07AD7 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 122 | 215 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.16 |
| HSL | 285.16º | 0.54% | 0.66% | - |
| HSV(B) | 285.16º | 0.43% | 0.84% | - |
| XYZ | 40.96 | 30.03 | 67.93 | - |
| YUV | 153.53 | 162.69 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 215 | 0.11 | 0.43 | 0 | 0.16 | 285.16 | 0.54 | 0.66 |
| Hex | C0 | 7A | D7 | B | 2B | 0 | 10 | 11D | 36 | 42 |
| Octal | 300 | 172 | 327 | 13 | 53 | 0 | 20 | 435 | 66 | 102 |
| Binary | 11000000 | 1111010 | 11010111 | 1011 | 101011 | 0 | 10000 | 100011101 | 110110 | 1000010 |
Color Harmonies of #C07AD7
Complementary color
Monochromatic Colors of #C07AD7
Black with #C07AD7
Text Example
Text Example
White with #C07AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AD7; }
p { color: rgb(192,122,215); }
H1.HeaderClassName
{
color: #C07AD7;
}
.AnyTagClassName
{
color: #C07AD7;
}
</style>
background-color css
<style>
a { background-color: #C07AD7; }
a { background-color: rgb(192,122,215); }
div.DivClassName
{
background-color: #C07AD7;
}
.BgClassName
{
background-color: #C07AD7;
}
</style>
border-color css
<style>
span { border-color: #C07AD7; }
span { border-color: rgb(192,122,215); }
td.TdClassName
{
border-color: #C07AD7;
}
.TagClassName
{
border-color: #C07AD7;
}
</style>