Shades of Medium Orchid #C268E9
Tints of Medium Orchid #C268E9
RGB
CMYK
RGB Variations
Color information
#C268E9 (or 0xC268E9) is known color: Medium Orchid. HEX triplet: C2, 68 and E9. RGB value is (194,104,233). Sum of RGB (Red+Green+Blue) = 194+104+233=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 233 - color contains mainly: blue. Hex color #C268E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268E9 is #3D9716. Grayscale: #919191. Windows color (decimal): -4036375 or 15296706. OLE color: 15296706.
HSL color Cylindrical-coordinate representation of color #C268E9: hue angle of 281.86º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C268E9 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 104 | 233 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.09 |
| HSL | 281.86º | 0.75% | 0.66% | - |
| HSV(B) | 281.86º | 0.55% | 0.91% | - |
| XYZ | 41.91 | 27.25 | 80.14 | - |
| YUV | 145.62 | 177.32 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 233 | 0.17 | 0.55 | 0 | 0.09 | 281.86 | 0.75 | 0.66 |
| Hex | C2 | 68 | E9 | 11 | 37 | 0 | 9 | 11A | 4B | 42 |
| Octal | 302 | 150 | 351 | 21 | 67 | 0 | 11 | 432 | 113 | 102 |
| Binary | 11000010 | 1101000 | 11101001 | 10001 | 110111 | 0 | 1001 | 100011010 | 1001011 | 1000010 |
Color Harmonies of #C268E9
Complementary color
Monochromatic Colors of #C268E9
Black with #C268E9
Text Example
Text Example
White with #C268E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268E9; }
p { color: rgb(194,104,233); }
H1.HeaderClassName
{
color: #C268E9;
}
.AnyTagClassName
{
color: #C268E9;
}
</style>
background-color css
<style>
a { background-color: #C268E9; }
a { background-color: rgb(194,104,233); }
div.DivClassName
{
background-color: #C268E9;
}
.BgClassName
{
background-color: #C268E9;
}
</style>
border-color css
<style>
span { border-color: #C268E9; }
span { border-color: rgb(194,104,233); }
td.TdClassName
{
border-color: #C268E9;
}
.TagClassName
{
border-color: #C268E9;
}
</style>