Shades of Orchid #C07ED3
Tints of Orchid #C07ED3
RGB
CMYK
RGB Variations
Color information
#C07ED3 (or 0xC07ED3) is known color: Orchid. HEX triplet: C0, 7E and D3. RGB value is (192,126,211). Sum of RGB (Red+Green+Blue) = 192+126+211=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #C07ED3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ED3 is #3F812C. Grayscale: #9B9B9B. Windows color (decimal): -4161837 or 13860544. OLE color: 13860544.
HSL color Cylindrical-coordinate representation of color #C07ED3: hue angle of 286.59º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07ED3 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 192 | 126 | 211 | - |
| CMYK | 0.09 | 0.40 | 0 | 0.17 |
| HSL | 286.59º | 0.49% | 0.66% | - |
| HSV(B) | 286.59º | 0.4% | 0.83% | - |
| XYZ | 40.96 | 30.83 | 65.42 | - |
| YUV | 155.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 211 | 0.09 | 0.40 | 0 | 0.17 | 286.59 | 0.49 | 0.66 |
| Hex | C0 | 7E | D3 | 9 | 28 | 0 | 11 | 11F | 31 | 42 |
| Octal | 300 | 176 | 323 | 11 | 50 | 0 | 21 | 437 | 61 | 102 |
| Binary | 11000000 | 1111110 | 11010011 | 1001 | 101000 | 0 | 10001 | 100011111 | 110001 | 1000010 |
Color Harmonies of #C07ED3
Complementary color
Monochromatic Colors of #C07ED3
Black with #C07ED3
Text Example
Text Example
White with #C07ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07ED3; }
p { color: rgb(192,126,211); }
H1.HeaderClassName
{
color: #C07ED3;
}
.AnyTagClassName
{
color: #C07ED3;
}
</style>
background-color css
<style>
a { background-color: #C07ED3; }
a { background-color: rgb(192,126,211); }
div.DivClassName
{
background-color: #C07ED3;
}
.BgClassName
{
background-color: #C07ED3;
}
</style>
border-color css
<style>
span { border-color: #C07ED3; }
span { border-color: rgb(192,126,211); }
td.TdClassName
{
border-color: #C07ED3;
}
.TagClassName
{
border-color: #C07ED3;
}
</style>