Shades of Medium Orchid #C268EE
Tints of Medium Orchid #C268EE
RGB
CMYK
RGB Variations
Color information
#C268EE (or 0xC268EE) is known color: Medium Orchid. HEX triplet: C2, 68 and EE. RGB value is (194,104,238). Sum of RGB (Red+Green+Blue) = 194+104+238=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #C268EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268EE is #3D9711. Grayscale: #919191. Windows color (decimal): -4036370 or 15624386. OLE color: 15624386.
HSL color Cylindrical-coordinate representation of color #C268EE: hue angle of 280.3º 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 #C268EE is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 104 | 238 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 280.3º | 0.8% | 0.67% | - |
| HSV(B) | 280.3º | 0.56% | 0.93% | - |
| XYZ | 42.63 | 27.54 | 83.96 | - |
| YUV | 146.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 238 | 0.18 | 0.56 | 0 | 0.07 | 280.3 | 0.8 | 0.67 |
| Hex | C2 | 68 | EE | 12 | 38 | 0 | 7 | 118 | 50 | 43 |
| Octal | 302 | 150 | 356 | 22 | 70 | 0 | 7 | 430 | 120 | 103 |
| Binary | 11000010 | 1101000 | 11101110 | 10010 | 111000 | 0 | 111 | 100011000 | 1010000 | 1000011 |
Color Harmonies of #C268EE
Complementary color
Monochromatic Colors of #C268EE
Black with #C268EE
Text Example
Text Example
White with #C268EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268EE; }
p { color: rgb(194,104,238); }
H1.HeaderClassName
{
color: #C268EE;
}
.AnyTagClassName
{
color: #C268EE;
}
</style>
background-color css
<style>
a { background-color: #C268EE; }
a { background-color: rgb(194,104,238); }
div.DivClassName
{
background-color: #C268EE;
}
.BgClassName
{
background-color: #C268EE;
}
</style>
border-color css
<style>
span { border-color: #C268EE; }
span { border-color: rgb(194,104,238); }
td.TdClassName
{
border-color: #C268EE;
}
.TagClassName
{
border-color: #C268EE;
}
</style>