Shades of Orchid #C07AD5
Tints of Orchid #C07AD5
RGB
CMYK
RGB Variations
Color information
#C07AD5 (or 0xC07AD5) is known color: Orchid. HEX triplet: C0, 7A and D5. RGB value is (192,122,213). Sum of RGB (Red+Green+Blue) = 192+122+213=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #C07AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AD5 is #3F852A. Grayscale: #999999. Windows color (decimal): -4162859 or 13990592. OLE color: 13990592.
HSL color Cylindrical-coordinate representation of color #C07AD5: hue angle of 286.15º degrees, saturation: 0.52, 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 #C07AD5 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 122 | 213 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.16 |
| HSL | 286.15º | 0.52% | 0.66% | - |
| HSV(B) | 286.15º | 0.43% | 0.84% | - |
| XYZ | 40.71 | 29.93 | 66.58 | - |
| YUV | 153.3 | 161.69 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 213 | 0.10 | 0.43 | 0 | 0.16 | 286.15 | 0.52 | 0.66 |
| Hex | C0 | 7A | D5 | A | 2B | 0 | 10 | 11E | 34 | 42 |
| Octal | 300 | 172 | 325 | 12 | 53 | 0 | 20 | 436 | 64 | 102 |
| Binary | 11000000 | 1111010 | 11010101 | 1010 | 101011 | 0 | 10000 | 100011110 | 110100 | 1000010 |
Color Harmonies of #C07AD5
Complementary color
Monochromatic Colors of #C07AD5
Black with #C07AD5
Text Example
Text Example
White with #C07AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AD5; }
p { color: rgb(192,122,213); }
H1.HeaderClassName
{
color: #C07AD5;
}
.AnyTagClassName
{
color: #C07AD5;
}
</style>
background-color css
<style>
a { background-color: #C07AD5; }
a { background-color: rgb(192,122,213); }
div.DivClassName
{
background-color: #C07AD5;
}
.BgClassName
{
background-color: #C07AD5;
}
</style>
border-color css
<style>
span { border-color: #C07AD5; }
span { border-color: rgb(192,122,213); }
td.TdClassName
{
border-color: #C07AD5;
}
.TagClassName
{
border-color: #C07AD5;
}
</style>