Shades of Medium Orchid #C069EF
Tints of Medium Orchid #C069EF
RGB
CMYK
RGB Variations
Color information
#C069EF (or 0xC069EF) is known color: Medium Orchid. HEX triplet: C0, 69 and EF. RGB value is (192,105,239). Sum of RGB (Red+Green+Blue) = 192+105+239=536 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.82% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #C069EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EF is #3F9610. Grayscale: #919191. Windows color (decimal): -4167185 or 15690176. OLE color: 15690176.
HSL color Cylindrical-coordinate representation of color #C069EF: hue angle of 278.96º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C069EF is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 105 | 239 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.06 |
| HSL | 278.96º | 0.81% | 0.67% | - |
| HSV(B) | 278.96º | 0.56% | 0.94% | - |
| XYZ | 42.37 | 27.54 | 84.74 | - |
| YUV | 146.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 239 | 0.20 | 0.56 | 0 | 0.06 | 278.96 | 0.81 | 0.67 |
| Hex | C0 | 69 | EF | 14 | 38 | 0 | 6 | 117 | 51 | 43 |
| Octal | 300 | 151 | 357 | 24 | 70 | 0 | 6 | 427 | 121 | 103 |
| Binary | 11000000 | 1101001 | 11101111 | 10100 | 111000 | 0 | 110 | 100010111 | 1010001 | 1000011 |
Color Harmonies of #C069EF
Complementary color
Monochromatic Colors of #C069EF
Black with #C069EF
Text Example
Text Example
White with #C069EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069EF; }
p { color: rgb(192,105,239); }
H1.HeaderClassName
{
color: #C069EF;
}
.AnyTagClassName
{
color: #C069EF;
}
</style>
background-color css
<style>
a { background-color: #C069EF; }
a { background-color: rgb(192,105,239); }
div.DivClassName
{
background-color: #C069EF;
}
.BgClassName
{
background-color: #C069EF;
}
</style>
border-color css
<style>
span { border-color: #C069EF; }
span { border-color: rgb(192,105,239); }
td.TdClassName
{
border-color: #C069EF;
}
.TagClassName
{
border-color: #C069EF;
}
</style>