Shades of Medium Orchid #C268E4
Tints of Medium Orchid #C268E4
RGB
CMYK
RGB Variations
Color information
#C268E4 (or 0xC268E4) is known color: Medium Orchid. HEX triplet: C2, 68 and E4. RGB value is (194,104,228). Sum of RGB (Red+Green+Blue) = 194+104+228=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 228 (89.45% from 255 or 43.35% from 526); Max value from RGB is 228 - color contains mainly: blue. Hex color #C268E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268E4 is #3D971B. Grayscale: #909090. Windows color (decimal): -4036380 or 14969026. OLE color: 14969026.
HSL color Cylindrical-coordinate representation of color #C268E4: hue angle of 283.55º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C268E4 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 104 | 228 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.11 |
| HSL | 283.55º | 0.7% | 0.65% | - |
| HSV(B) | 283.55º | 0.54% | 0.89% | - |
| XYZ | 41.2 | 26.97 | 76.43 | - |
| YUV | 145.05 | 174.82 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 228 | 0.15 | 0.54 | 0 | 0.11 | 283.55 | 0.7 | 0.65 |
| Hex | C2 | 68 | E4 | F | 36 | 0 | B | 11C | 46 | 41 |
| Octal | 302 | 150 | 344 | 17 | 66 | 0 | 13 | 434 | 106 | 101 |
| Binary | 11000010 | 1101000 | 11100100 | 1111 | 110110 | 0 | 1011 | 100011100 | 1000110 | 1000001 |
Color Harmonies of #C268E4
Complementary color
Monochromatic Colors of #C268E4
Black with #C268E4
Text Example
Text Example
White with #C268E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268E4; }
p { color: rgb(194,104,228); }
H1.HeaderClassName
{
color: #C268E4;
}
.AnyTagClassName
{
color: #C268E4;
}
</style>
background-color css
<style>
a { background-color: #C268E4; }
a { background-color: rgb(194,104,228); }
div.DivClassName
{
background-color: #C268E4;
}
.BgClassName
{
background-color: #C268E4;
}
</style>
border-color css
<style>
span { border-color: #C268E4; }
span { border-color: rgb(194,104,228); }
td.TdClassName
{
border-color: #C268E4;
}
.TagClassName
{
border-color: #C268E4;
}
</style>