Shades of Orchid #C07ACF
Tints of Orchid #C07ACF
RGB
CMYK
RGB Variations
Color information
#C07ACF (or 0xC07ACF) is known color: Orchid. HEX triplet: C0, 7A and CF. RGB value is (192,122,207). Sum of RGB (Red+Green+Blue) = 192+122+207=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 122 (48.05% from 255 or 23.42% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #C07ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ACF is #3F8530. Grayscale: #989898. Windows color (decimal): -4162865 or 13597376. OLE color: 13597376.
HSL color Cylindrical-coordinate representation of color #C07ACF: hue angle of 289.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C07ACF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 122 | 207 | - |
| CMYK | 0.07 | 0.41 | 0 | 0.19 |
| HSL | 289.41º | 0.47% | 0.65% | - |
| HSV(B) | 289.41º | 0.41% | 0.81% | - |
| XYZ | 39.96 | 29.63 | 62.64 | - |
| YUV | 152.62 | 158.69 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 207 | 0.07 | 0.41 | 0 | 0.19 | 289.41 | 0.47 | 0.65 |
| Hex | C0 | 7A | CF | 7 | 29 | 0 | 13 | 121 | 2F | 41 |
| Octal | 300 | 172 | 317 | 7 | 51 | 0 | 23 | 441 | 57 | 101 |
| Binary | 11000000 | 1111010 | 11001111 | 111 | 101001 | 0 | 10011 | 100100001 | 101111 | 1000001 |
Color Harmonies of #C07ACF
Complementary color
Monochromatic Colors of #C07ACF
Black with #C07ACF
Text Example
Text Example
White with #C07ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ACF; }
p { color: rgb(192,122,207); }
H1.HeaderClassName
{
color: #C07ACF;
}
.AnyTagClassName
{
color: #C07ACF;
}
</style>
background-color css
<style>
a { background-color: #C07ACF; }
a { background-color: rgb(192,122,207); }
div.DivClassName
{
background-color: #C07ACF;
}
.BgClassName
{
background-color: #C07ACF;
}
</style>
border-color css
<style>
span { border-color: #C07ACF; }
span { border-color: rgb(192,122,207); }
td.TdClassName
{
border-color: #C07ACF;
}
.TagClassName
{
border-color: #C07ACF;
}
</style>