Shades of Orchid #C07EC3
Tints of Orchid #C07EC3
RGB
CMYK
RGB Variations
Color information
#C07EC3 (or 0xC07EC3) is known color: Orchid. HEX triplet: C0, 7E and C3. RGB value is (192,126,195). Sum of RGB (Red+Green+Blue) = 192+126+195=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 195 - color contains mainly: blue. Hex color #C07EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07EC3 is #3F813C. Grayscale: #999999. Windows color (decimal): -4161853 or 12811968. OLE color: 12811968.
HSL color Cylindrical-coordinate representation of color #C07EC3: hue angle of 297.39º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07EC3 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 126 | 195 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.24 |
| HSL | 297.39º | 0.37% | 0.63% | - |
| HSV(B) | 297.39º | 0.35% | 0.76% | - |
| XYZ | 39.05 | 30.07 | 55.38 | - |
| YUV | 153.6 | 151.37 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 195 | 0.02 | 0.35 | 0 | 0.24 | 297.39 | 0.37 | 0.63 |
| Hex | C0 | 7E | C3 | 2 | 23 | 0 | 18 | 129 | 25 | 3F |
| Octal | 300 | 176 | 303 | 2 | 43 | 0 | 30 | 451 | 45 | 77 |
| Binary | 11000000 | 1111110 | 11000011 | 10 | 100011 | 0 | 11000 | 100101001 | 100101 | 111111 |
Color Harmonies of #C07EC3
Complementary color
Monochromatic Colors of #C07EC3
Black with #C07EC3
Text Example
Text Example
White with #C07EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EC3; }
p { color: rgb(192,126,195); }
H1.HeaderClassName
{
color: #C07EC3;
}
.AnyTagClassName
{
color: #C07EC3;
}
</style>
background-color css
<style>
a { background-color: #C07EC3; }
a { background-color: rgb(192,126,195); }
div.DivClassName
{
background-color: #C07EC3;
}
.BgClassName
{
background-color: #C07EC3;
}
</style>
border-color css
<style>
span { border-color: #C07EC3; }
span { border-color: rgb(192,126,195); }
td.TdClassName
{
border-color: #C07EC3;
}
.TagClassName
{
border-color: #C07EC3;
}
</style>