Shades of Orchid #C07DC1
Tints of Orchid #C07DC1
RGB
CMYK
RGB Variations
Color information
#C07DC1 (or 0xC07DC1) is known color: Orchid. HEX triplet: C0, 7D and C1. RGB value is (192,125,193). Sum of RGB (Red+Green+Blue) = 192+125+193=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 193 (75.78% from 255 or 37.84% from 510); Max value from RGB is 193 - color contains mainly: blue. Hex color #C07DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DC1 is #3F823E. Grayscale: #989898. Windows color (decimal): -4162111 or 12680640. OLE color: 12680640.
HSL color Cylindrical-coordinate representation of color #C07DC1: hue angle of 299.12º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DC1 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 125 | 193 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.24 |
| HSL | 299.12º | 0.35% | 0.62% | - |
| HSV(B) | 299.12º | 0.35% | 0.76% | - |
| XYZ | 38.7 | 29.72 | 54.15 | - |
| YUV | 152.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 125 | 193 | 0.01 | 0.35 | 0 | 0.24 | 299.12 | 0.35 | 0.62 |
| Hex | C0 | 7D | C1 | 1 | 23 | 0 | 18 | 12B | 23 | 3E |
| Octal | 300 | 175 | 301 | 1 | 43 | 0 | 30 | 453 | 43 | 76 |
| Binary | 11000000 | 1111101 | 11000001 | 1 | 100011 | 0 | 11000 | 100101011 | 100011 | 111110 |
Color Harmonies of #C07DC1
Complementary color
Monochromatic Colors of #C07DC1
Black with #C07DC1
Text Example
Text Example
White with #C07DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DC1; }
p { color: rgb(192,125,193); }
H1.HeaderClassName
{
color: #C07DC1;
}
.AnyTagClassName
{
color: #C07DC1;
}
</style>
background-color css
<style>
a { background-color: #C07DC1; }
a { background-color: rgb(192,125,193); }
div.DivClassName
{
background-color: #C07DC1;
}
.BgClassName
{
background-color: #C07DC1;
}
</style>
border-color css
<style>
span { border-color: #C07DC1; }
span { border-color: rgb(192,125,193); }
td.TdClassName
{
border-color: #C07DC1;
}
.TagClassName
{
border-color: #C07DC1;
}
</style>