Shades of Medium Orchid #C267EC
Tints of Medium Orchid #C267EC
RGB
CMYK
RGB Variations
Color information
#C267EC (or 0xC267EC) is known color: Medium Orchid. HEX triplet: C2, 67 and EC. RGB value is (194,103,236). Sum of RGB (Red+Green+Blue) = 194+103+236=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 103 (40.62% from 255 or 19.32% from 533); Blue value is 236 (92.58% from 255 or 44.28% from 533); Max value from RGB is 236 - color contains mainly: blue. Hex color #C267EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C267EC is #3D9813. Grayscale: #909090. Windows color (decimal): -4036628 or 15493058. OLE color: 15493058.
HSL color Cylindrical-coordinate representation of color #C267EC: hue angle of 281.05º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C267EC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 103 | 236 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 281.05º | 0.78% | 0.66% | - |
| HSV(B) | 281.05º | 0.56% | 0.93% | - |
| XYZ | 42.24 | 27.23 | 82.39 | - |
| YUV | 145.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 236 | 0.18 | 0.56 | 0 | 0.07 | 281.05 | 0.78 | 0.66 |
| Hex | C2 | 67 | EC | 12 | 38 | 0 | 7 | 119 | 4E | 42 |
| Octal | 302 | 147 | 354 | 22 | 70 | 0 | 7 | 431 | 116 | 102 |
| Binary | 11000010 | 1100111 | 11101100 | 10010 | 111000 | 0 | 111 | 100011001 | 1001110 | 1000010 |
Color Harmonies of #C267EC
Complementary color
Monochromatic Colors of #C267EC
Black with #C267EC
Text Example
Text Example
White with #C267EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C267EC; }
p { color: rgb(194,103,236); }
H1.HeaderClassName
{
color: #C267EC;
}
.AnyTagClassName
{
color: #C267EC;
}
</style>
background-color css
<style>
a { background-color: #C267EC; }
a { background-color: rgb(194,103,236); }
div.DivClassName
{
background-color: #C267EC;
}
.BgClassName
{
background-color: #C267EC;
}
</style>
border-color css
<style>
span { border-color: #C267EC; }
span { border-color: rgb(194,103,236); }
td.TdClassName
{
border-color: #C267EC;
}
.TagClassName
{
border-color: #C267EC;
}
</style>