Shades of Medium Orchid #C268CE
Tints of Medium Orchid #C268CE
RGB
CMYK
RGB Variations
Color information
#C268CE (or 0xC268CE) is known color: Medium Orchid. HEX triplet: C2, 68 and CE. RGB value is (194,104,206). Sum of RGB (Red+Green+Blue) = 194+104+206=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #C268CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C268CE is #3D9731. Grayscale: #8E8E8E. Windows color (decimal): -4036402 or 13527234. OLE color: 13527234.
HSL color Cylindrical-coordinate representation of color #C268CE: hue angle of 292.94º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C268CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 104 | 206 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.19 |
| HSL | 292.94º | 0.51% | 0.61% | - |
| HSV(B) | 292.94º | 0.5% | 0.81% | - |
| XYZ | 38.34 | 25.83 | 61.36 | - |
| YUV | 142.54 | 163.82 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 104 | 206 | 0.06 | 0.50 | 0 | 0.19 | 292.94 | 0.51 | 0.61 |
| Hex | C2 | 68 | CE | 6 | 32 | 0 | 13 | 125 | 33 | 3D |
| Octal | 302 | 150 | 316 | 6 | 62 | 0 | 23 | 445 | 63 | 75 |
| Binary | 11000010 | 1101000 | 11001110 | 110 | 110010 | 0 | 10011 | 100100101 | 110011 | 111101 |
Color Harmonies of #C268CE
Complementary color
Monochromatic Colors of #C268CE
Black with #C268CE
Text Example
Text Example
White with #C268CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C268CE; }
p { color: rgb(194,104,206); }
H1.HeaderClassName
{
color: #C268CE;
}
.AnyTagClassName
{
color: #C268CE;
}
</style>
background-color css
<style>
a { background-color: #C268CE; }
a { background-color: rgb(194,104,206); }
div.DivClassName
{
background-color: #C268CE;
}
.BgClassName
{
background-color: #C268CE;
}
</style>
border-color css
<style>
span { border-color: #C268CE; }
span { border-color: rgb(194,104,206); }
td.TdClassName
{
border-color: #C268CE;
}
.TagClassName
{
border-color: #C268CE;
}
</style>