Shades of Orchid #C07DC0
Tints of Orchid #C07DC0
RGB
CMYK
RGB Variations
Color information
#C07DC0 (or 0xC07DC0) is known color: Orchid. HEX triplet: C0, 7D and C0. RGB value is (192,125,192). Sum of RGB (Red+Green+Blue) = 192+125+192=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 192 (75.39% from 255 or 37.72% from 509); Max value from RGB is 192 - color contains mainly: red, blue. Hex color #C07DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DC0 is #3F823F. Grayscale: #989898. Windows color (decimal): -4162112 or 12615104. OLE color: 12615104.
HSL color Cylindrical-coordinate representation of color #C07DC0: hue angle of 300º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07DC0 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 125 | 192 | - |
CMYK | 0 | 0.35 | 0 | 0.25 |
HSL | 300º | 0.35% | 0.62% | - |
HSV(B) | 300º | 0.35% | 0.75% | - |
XYZ | 38.59 | 29.68 | 53.56 | - |
YUV | 152.67 | 150.2 | 156.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 125 | 192 | 0 | 0.35 | 0 | 0.25 | 300 | 0.35 | 0.62 |
Hex | C0 | 7D | C0 | 0 | 23 | 0 | 19 | 12C | 23 | 3E |
Octal | 300 | 175 | 300 | 0 | 43 | 0 | 31 | 454 | 43 | 76 |
Binary | 11000000 | 1111101 | 11000000 | 0 | 100011 | 0 | 11001 | 100101100 | 100011 | 111110 |
Color Harmonies of #C07DC0
Complementary color
Monochromatic Colors of #C07DC0
Black with #C07DC0
Text Example
Text Example
White with #C07DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07DC0; }
p { color: rgb(192,125,192); }
H1.HeaderClassName
{
color: #C07DC0;
}
.AnyTagClassName
{
color: #C07DC0;
}
</style>
background-color css
<style>
a { background-color: #C07DC0; }
a { background-color: rgb(192,125,192); }
div.DivClassName
{
background-color: #C07DC0;
}
.BgClassName
{
background-color: #C07DC0;
}
</style>
border-color css
<style>
span { border-color: #C07DC0; }
span { border-color: rgb(192,125,192); }
td.TdClassName
{
border-color: #C07DC0;
}
.TagClassName
{
border-color: #C07DC0;
}
</style>