Shades of Medium Orchid #C269EC
Tints of Medium Orchid #C269EC
RGB
CMYK
RGB Variations
Color information
#C269EC (or 0xC269EC) is known color: Medium Orchid. HEX triplet: C2, 69 and EC. RGB value is (194,105,236). Sum of RGB (Red+Green+Blue) = 194+105+236=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C269EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269EC is #3D9613. Grayscale: #929292. Windows color (decimal): -4036116 or 15493570. OLE color: 15493570.
HSL color Cylindrical-coordinate representation of color #C269EC: hue angle of 280.76º degrees, saturation: 0.78, 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 #C269EC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 105 | 236 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.07 |
| HSL | 280.76º | 0.78% | 0.67% | - |
| HSV(B) | 280.76º | 0.56% | 0.93% | - |
| XYZ | 42.44 | 27.63 | 82.45 | - |
| YUV | 146.55 | 178.49 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 236 | 0.18 | 0.56 | 0 | 0.07 | 280.76 | 0.78 | 0.67 |
| Hex | C2 | 69 | EC | 12 | 38 | 0 | 7 | 119 | 4E | 43 |
| Octal | 302 | 151 | 354 | 22 | 70 | 0 | 7 | 431 | 116 | 103 |
| Binary | 11000010 | 1101001 | 11101100 | 10010 | 111000 | 0 | 111 | 100011001 | 1001110 | 1000011 |
Color Harmonies of #C269EC
Complementary color
Monochromatic Colors of #C269EC
Black with #C269EC
Text Example
Text Example
White with #C269EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C269EC; }
p { color: rgb(194,105,236); }
H1.HeaderClassName
{
color: #C269EC;
}
.AnyTagClassName
{
color: #C269EC;
}
</style>
background-color css
<style>
a { background-color: #C269EC; }
a { background-color: rgb(194,105,236); }
div.DivClassName
{
background-color: #C269EC;
}
.BgClassName
{
background-color: #C269EC;
}
</style>
border-color css
<style>
span { border-color: #C269EC; }
span { border-color: rgb(194,105,236); }
td.TdClassName
{
border-color: #C269EC;
}
.TagClassName
{
border-color: #C269EC;
}
</style>