Shades of Orchid #C07FC3
Tints of Orchid #C07FC3
RGB
CMYK
RGB Variations
Color information
#C07FC3 (or 0xC07FC3) is known color: Orchid. HEX triplet: C0, 7F and C3. RGB value is (192,127,195). Sum of RGB (Red+Green+Blue) = 192+127+195=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 195 - color contains mainly: blue. Hex color #C07FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FC3 is #3F803C. Grayscale: #999999. Windows color (decimal): -4161597 or 12812224. OLE color: 12812224.
HSL color Cylindrical-coordinate representation of color #C07FC3: hue angle of 297.35º degrees, saturation: 0.36, 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 #C07FC3 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 192 | 127 | 195 | - |
| CMYK | 0.02 | 0.35 | 0 | 0.24 |
| HSL | 297.35º | 0.36% | 0.63% | - |
| HSV(B) | 297.35º | 0.35% | 0.76% | - |
| XYZ | 39.18 | 30.33 | 55.42 | - |
| YUV | 154.19 | 151.03 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 195 | 0.02 | 0.35 | 0 | 0.24 | 297.35 | 0.36 | 0.63 |
| Hex | C0 | 7F | C3 | 2 | 23 | 0 | 18 | 129 | 24 | 3F |
| Octal | 300 | 177 | 303 | 2 | 43 | 0 | 30 | 451 | 44 | 77 |
| Binary | 11000000 | 1111111 | 11000011 | 10 | 100011 | 0 | 11000 | 100101001 | 100100 | 111111 |
Color Harmonies of #C07FC3
Complementary color
Monochromatic Colors of #C07FC3
Black with #C07FC3
Text Example
Text Example
White with #C07FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FC3; }
p { color: rgb(192,127,195); }
H1.HeaderClassName
{
color: #C07FC3;
}
.AnyTagClassName
{
color: #C07FC3;
}
</style>
background-color css
<style>
a { background-color: #C07FC3; }
a { background-color: rgb(192,127,195); }
div.DivClassName
{
background-color: #C07FC3;
}
.BgClassName
{
background-color: #C07FC3;
}
</style>
border-color css
<style>
span { border-color: #C07FC3; }
span { border-color: rgb(192,127,195); }
td.TdClassName
{
border-color: #C07FC3;
}
.TagClassName
{
border-color: #C07FC3;
}
</style>