Shades of Medium Orchid #C069EE
Tints of Medium Orchid #C069EE
RGB
CMYK
RGB Variations
Color information
#C069EE (or 0xC069EE) is known color: Medium Orchid. HEX triplet: C0, 69 and EE. RGB value is (192,105,238). Sum of RGB (Red+Green+Blue) = 192+105+238=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #C069EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C069EE is #3F9611. Grayscale: #919191. Windows color (decimal): -4167186 or 15624640. OLE color: 15624640.
HSL color Cylindrical-coordinate representation of color #C069EE: hue angle of 279.25º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C069EE is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 105 | 238 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.07 |
| HSL | 279.25º | 0.8% | 0.67% | - |
| HSV(B) | 279.25º | 0.56% | 0.93% | - |
| XYZ | 42.22 | 27.48 | 83.97 | - |
| YUV | 146.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 105 | 238 | 0.19 | 0.56 | 0 | 0.07 | 279.25 | 0.8 | 0.67 |
| Hex | C0 | 69 | EE | 13 | 38 | 0 | 7 | 117 | 50 | 43 |
| Octal | 300 | 151 | 356 | 23 | 70 | 0 | 7 | 427 | 120 | 103 |
| Binary | 11000000 | 1101001 | 11101110 | 10011 | 111000 | 0 | 111 | 100010111 | 1010000 | 1000011 |
Color Harmonies of #C069EE
Complementary color
Monochromatic Colors of #C069EE
Black with #C069EE
Text Example
Text Example
White with #C069EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C069EE; }
p { color: rgb(192,105,238); }
H1.HeaderClassName
{
color: #C069EE;
}
.AnyTagClassName
{
color: #C069EE;
}
</style>
background-color css
<style>
a { background-color: #C069EE; }
a { background-color: rgb(192,105,238); }
div.DivClassName
{
background-color: #C069EE;
}
.BgClassName
{
background-color: #C069EE;
}
</style>
border-color css
<style>
span { border-color: #C069EE; }
span { border-color: rgb(192,105,238); }
td.TdClassName
{
border-color: #C069EE;
}
.TagClassName
{
border-color: #C069EE;
}
</style>