Shades of Medium Orchid #C067E9
Tints of Medium Orchid #C067E9
RGB
CMYK
RGB Variations
Color information
#C067E9 (or 0xC067E9) is known color: Medium Orchid. HEX triplet: C0, 67 and E9. RGB value is (192,103,233). Sum of RGB (Red+Green+Blue) = 192+103+233=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 103 (40.62% from 255 or 19.51% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #C067E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C067E9 is #3F9816. Grayscale: #909090. Windows color (decimal): -4167703 or 15296448. OLE color: 15296448.
HSL color Cylindrical-coordinate representation of color #C067E9: hue angle of 281.08º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C067E9 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 192 | 103 | 233 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.09 |
| HSL | 281.08º | 0.75% | 0.66% | - |
| HSV(B) | 281.08º | 0.56% | 0.91% | - |
| XYZ | 41.3 | 26.79 | 80.09 | - |
| YUV | 144.43 | 177.99 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 103 | 233 | 0.18 | 0.56 | 0 | 0.09 | 281.08 | 0.75 | 0.66 |
| Hex | C0 | 67 | E9 | 12 | 38 | 0 | 9 | 119 | 4B | 42 |
| Octal | 300 | 147 | 351 | 22 | 70 | 0 | 11 | 431 | 113 | 102 |
| Binary | 11000000 | 1100111 | 11101001 | 10010 | 111000 | 0 | 1001 | 100011001 | 1001011 | 1000010 |
Color Harmonies of #C067E9
Complementary color
Monochromatic Colors of #C067E9
Black with #C067E9
Text Example
Text Example
White with #C067E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C067E9; }
p { color: rgb(192,103,233); }
H1.HeaderClassName
{
color: #C067E9;
}
.AnyTagClassName
{
color: #C067E9;
}
</style>
background-color css
<style>
a { background-color: #C067E9; }
a { background-color: rgb(192,103,233); }
div.DivClassName
{
background-color: #C067E9;
}
.BgClassName
{
background-color: #C067E9;
}
</style>
border-color css
<style>
span { border-color: #C067E9; }
span { border-color: rgb(192,103,233); }
td.TdClassName
{
border-color: #C067E9;
}
.TagClassName
{
border-color: #C067E9;
}
</style>