Shades of Orchid #C07AD8
Tints of Orchid #C07AD8
RGB
CMYK
RGB Variations
Color information
#C07AD8 (or 0xC07AD8) is known color: Orchid. HEX triplet: C0, 7A and D8. RGB value is (192,122,216). Sum of RGB (Red+Green+Blue) = 192+122+216=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 122 (48.05% from 255 or 23.02% from 530); Blue value is 216 (84.77% from 255 or 40.75% from 530); Max value from RGB is 216 - color contains mainly: blue. Hex color #C07AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD8 is #3F8527. Grayscale: #999999. Windows color (decimal): -4162856 or 14187200. OLE color: 14187200.
HSL color Cylindrical-coordinate representation of color #C07AD8: hue angle of 284.68º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C07AD8 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 122 | 216 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.15 |
| HSL | 284.68º | 0.55% | 0.66% | - |
| HSV(B) | 284.68º | 0.44% | 0.85% | - |
| XYZ | 41.09 | 30.08 | 68.61 | - |
| YUV | 153.65 | 163.19 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 216 | 0.11 | 0.44 | 0 | 0.15 | 284.68 | 0.55 | 0.66 |
| Hex | C0 | 7A | D8 | B | 2C | 0 | F | 11D | 37 | 42 |
| Octal | 300 | 172 | 330 | 13 | 54 | 0 | 17 | 435 | 67 | 102 |
| Binary | 11000000 | 1111010 | 11011000 | 1011 | 101100 | 0 | 1111 | 100011101 | 110111 | 1000010 |
Color Harmonies of #C07AD8
Complementary color
Monochromatic Colors of #C07AD8
Black with #C07AD8
Text Example
Text Example
White with #C07AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AD8; }
p { color: rgb(192,122,216); }
H1.HeaderClassName
{
color: #C07AD8;
}
.AnyTagClassName
{
color: #C07AD8;
}
</style>
background-color css
<style>
a { background-color: #C07AD8; }
a { background-color: rgb(192,122,216); }
div.DivClassName
{
background-color: #C07AD8;
}
.BgClassName
{
background-color: #C07AD8;
}
</style>
border-color css
<style>
span { border-color: #C07AD8; }
span { border-color: rgb(192,122,216); }
td.TdClassName
{
border-color: #C07AD8;
}
.TagClassName
{
border-color: #C07AD8;
}
</style>