Shades of Medium Orchid #C069E5
Tints of Medium Orchid #C069E5
RGB
CMYK
RGB Variations
Color information
#C069E5 (or 0xC069E5) is known color: Medium Orchid. HEX triplet: C0, 69 and E5. RGB value is (192,105,229). Sum of RGB (Red+Green+Blue) = 192+105+229=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 105 (41.41% from 255 or 19.96% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 229 - color contains mainly: blue. Hex color #C069E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069E5 is #3F961A. Grayscale: #909090. Windows color (decimal): -4167195 or 15034816. OLE color: 15034816.
HSL color Cylindrical-coordinate representation of color #C069E5: hue angle of 282.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C069E5 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 105 | 229 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.10 |
| HSL | 282.1º | 0.7% | 0.65% | - |
| HSV(B) | 282.1º | 0.54% | 0.9% | - |
| XYZ | 40.93 | 26.97 | 77.18 | - |
| YUV | 145.15 | 175.32 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 229 | 0.16 | 0.54 | 0 | 0.10 | 282.1 | 0.7 | 0.65 |
| Hex | C0 | 69 | E5 | 10 | 36 | 0 | A | 11A | 46 | 41 |
| Octal | 300 | 151 | 345 | 20 | 66 | 0 | 12 | 432 | 106 | 101 |
| Binary | 11000000 | 1101001 | 11100101 | 10000 | 110110 | 0 | 1010 | 100011010 | 1000110 | 1000001 |
Color Harmonies of #C069E5
Complementary color
Monochromatic Colors of #C069E5
Black with #C069E5
Text Example
Text Example
White with #C069E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069E5; }
p { color: rgb(192,105,229); }
H1.HeaderClassName
{
color: #C069E5;
}
.AnyTagClassName
{
color: #C069E5;
}
</style>
background-color css
<style>
a { background-color: #C069E5; }
a { background-color: rgb(192,105,229); }
div.DivClassName
{
background-color: #C069E5;
}
.BgClassName
{
background-color: #C069E5;
}
</style>
border-color css
<style>
span { border-color: #C069E5; }
span { border-color: rgb(192,105,229); }
td.TdClassName
{
border-color: #C069E5;
}
.TagClassName
{
border-color: #C069E5;
}
</style>