Shades of Medium Orchid #C268DE
Tints of Medium Orchid #C268DE
RGB
CMYK
RGB Variations
Color information
#C268DE (or 0xC268DE) is known color: Medium Orchid. HEX triplet: C2, 68 and DE. RGB value is (194,104,222). Sum of RGB (Red+Green+Blue) = 194+104+222=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 104 (41.02% from 255 or 20% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #C268DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268DE is #3D9721. Grayscale: #8F8F8F. Windows color (decimal): -4036386 or 14575810. OLE color: 14575810.
HSL color Cylindrical-coordinate representation of color #C268DE: hue angle of 285.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C268DE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 104 | 222 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.13 |
| HSL | 285.76º | 0.64% | 0.64% | - |
| HSV(B) | 285.76º | 0.53% | 0.87% | - |
| XYZ | 40.38 | 26.64 | 72.12 | - |
| YUV | 144.36 | 171.82 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 222 | 0.13 | 0.53 | 0 | 0.13 | 285.76 | 0.64 | 0.64 |
| Hex | C2 | 68 | DE | D | 35 | 0 | D | 11E | 40 | 40 |
| Octal | 302 | 150 | 336 | 15 | 65 | 0 | 15 | 436 | 100 | 100 |
| Binary | 11000010 | 1101000 | 11011110 | 1101 | 110101 | 0 | 1101 | 100011110 | 1000000 | 1000000 |
Color Harmonies of #C268DE
Complementary color
Monochromatic Colors of #C268DE
Black with #C268DE
Text Example
Text Example
White with #C268DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268DE; }
p { color: rgb(194,104,222); }
H1.HeaderClassName
{
color: #C268DE;
}
.AnyTagClassName
{
color: #C268DE;
}
</style>
background-color css
<style>
a { background-color: #C268DE; }
a { background-color: rgb(194,104,222); }
div.DivClassName
{
background-color: #C268DE;
}
.BgClassName
{
background-color: #C268DE;
}
</style>
border-color css
<style>
span { border-color: #C268DE; }
span { border-color: rgb(194,104,222); }
td.TdClassName
{
border-color: #C268DE;
}
.TagClassName
{
border-color: #C268DE;
}
</style>