Shades of Medium Orchid #C069E0
Tints of Medium Orchid #C069E0
RGB
CMYK
RGB Variations
Color information
#C069E0 (or 0xC069E0) is known color: Medium Orchid. HEX triplet: C0, 69 and E0. RGB value is (192,105,224). Sum of RGB (Red+Green+Blue) = 192+105+224=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 105 (41.41% from 255 or 20.15% from 521); Blue value is 224 (87.89% from 255 or 42.99% from 521); Max value from RGB is 224 - color contains mainly: blue. Hex color #C069E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069E0 is #3F961F. Grayscale: #909090. Windows color (decimal): -4167200 or 14707136. OLE color: 14707136.
HSL color Cylindrical-coordinate representation of color #C069E0: hue angle of 283.87º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C069E0 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 105 | 224 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.12 |
| HSL | 283.87º | 0.66% | 0.65% | - |
| HSV(B) | 283.87º | 0.53% | 0.88% | - |
| XYZ | 40.24 | 26.69 | 73.55 | - |
| YUV | 144.58 | 172.82 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 224 | 0.14 | 0.53 | 0 | 0.12 | 283.87 | 0.66 | 0.65 |
| Hex | C0 | 69 | E0 | E | 35 | 0 | C | 11C | 42 | 41 |
| Octal | 300 | 151 | 340 | 16 | 65 | 0 | 14 | 434 | 102 | 101 |
| Binary | 11000000 | 1101001 | 11100000 | 1110 | 110101 | 0 | 1100 | 100011100 | 1000010 | 1000001 |
Color Harmonies of #C069E0
Complementary color
Monochromatic Colors of #C069E0
Black with #C069E0
Text Example
Text Example
White with #C069E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069E0; }
p { color: rgb(192,105,224); }
H1.HeaderClassName
{
color: #C069E0;
}
.AnyTagClassName
{
color: #C069E0;
}
</style>
background-color css
<style>
a { background-color: #C069E0; }
a { background-color: rgb(192,105,224); }
div.DivClassName
{
background-color: #C069E0;
}
.BgClassName
{
background-color: #C069E0;
}
</style>
border-color css
<style>
span { border-color: #C069E0; }
span { border-color: rgb(192,105,224); }
td.TdClassName
{
border-color: #C069E0;
}
.TagClassName
{
border-color: #C069E0;
}
</style>