Shades of Medium Orchid #C06FE5
Tints of Medium Orchid #C06FE5
RGB
CMYK
RGB Variations
Color information
#C06FE5 (or 0xC06FE5) is known color: Medium Orchid. HEX triplet: C0, 6F and E5. RGB value is (192,111,229). Sum of RGB (Red+Green+Blue) = 192+111+229=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #C06FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06FE5 is #3F901A. Grayscale: #949494. Windows color (decimal): -4165659 or 15036352. OLE color: 15036352.
HSL color Cylindrical-coordinate representation of color #C06FE5: hue angle of 281.19º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C06FE5 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 111 | 229 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.10 |
| HSL | 281.19º | 0.69% | 0.67% | - |
| HSV(B) | 281.19º | 0.52% | 0.9% | - |
| XYZ | 41.57 | 28.23 | 77.39 | - |
| YUV | 148.67 | 173.34 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 111 | 229 | 0.16 | 0.52 | 0 | 0.10 | 281.19 | 0.69 | 0.67 |
| Hex | C0 | 6F | E5 | 10 | 34 | 0 | A | 119 | 45 | 43 |
| Octal | 300 | 157 | 345 | 20 | 64 | 0 | 12 | 431 | 105 | 103 |
| Binary | 11000000 | 1101111 | 11100101 | 10000 | 110100 | 0 | 1010 | 100011001 | 1000101 | 1000011 |
Color Harmonies of #C06FE5
Complementary color
Monochromatic Colors of #C06FE5
Black with #C06FE5
Text Example
Text Example
White with #C06FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06FE5; }
p { color: rgb(192,111,229); }
H1.HeaderClassName
{
color: #C06FE5;
}
.AnyTagClassName
{
color: #C06FE5;
}
</style>
background-color css
<style>
a { background-color: #C06FE5; }
a { background-color: rgb(192,111,229); }
div.DivClassName
{
background-color: #C06FE5;
}
.BgClassName
{
background-color: #C06FE5;
}
</style>
border-color css
<style>
span { border-color: #C06FE5; }
span { border-color: rgb(192,111,229); }
td.TdClassName
{
border-color: #C06FE5;
}
.TagClassName
{
border-color: #C06FE5;
}
</style>