Shades of Medium Orchid #C268ED
Tints of Medium Orchid #C268ED
RGB
CMYK
RGB Variations
Color information
#C268ED (or 0xC268ED) is known color: Medium Orchid. HEX triplet: C2, 68 and ED. RGB value is (194,104,237). Sum of RGB (Red+Green+Blue) = 194+104+237=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #C268ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C268ED is #3D9712. Grayscale: #919191. Windows color (decimal): -4036371 or 15558850. OLE color: 15558850.
HSL color Cylindrical-coordinate representation of color #C268ED: hue angle of 280.6º degrees, saturation: 0.79, 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 #C268ED is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 104 | 237 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 280.6º | 0.79% | 0.67% | - |
| HSV(B) | 280.6º | 0.56% | 0.93% | - |
| XYZ | 42.48 | 27.48 | 83.19 | - |
| YUV | 146.07 | 179.32 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 237 | 0.18 | 0.56 | 0 | 0.07 | 280.6 | 0.79 | 0.67 |
| Hex | C2 | 68 | ED | 12 | 38 | 0 | 7 | 119 | 4F | 43 |
| Octal | 302 | 150 | 355 | 22 | 70 | 0 | 7 | 431 | 117 | 103 |
| Binary | 11000010 | 1101000 | 11101101 | 10010 | 111000 | 0 | 111 | 100011001 | 1001111 | 1000011 |
Color Harmonies of #C268ED
Complementary color
Monochromatic Colors of #C268ED
Black with #C268ED
Text Example
Text Example
White with #C268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268ED; }
p { color: rgb(194,104,237); }
H1.HeaderClassName
{
color: #C268ED;
}
.AnyTagClassName
{
color: #C268ED;
}
</style>
background-color css
<style>
a { background-color: #C268ED; }
a { background-color: rgb(194,104,237); }
div.DivClassName
{
background-color: #C268ED;
}
.BgClassName
{
background-color: #C268ED;
}
</style>
border-color css
<style>
span { border-color: #C268ED; }
span { border-color: rgb(194,104,237); }
td.TdClassName
{
border-color: #C268ED;
}
.TagClassName
{
border-color: #C268ED;
}
</style>