Shades of Medium Orchid #C266E3
Tints of Medium Orchid #C266E3
RGB
CMYK
RGB Variations
Color information
#C266E3 (or 0xC266E3) is known color: Medium Orchid. HEX triplet: C2, 66 and E3. RGB value is (194,102,227). Sum of RGB (Red+Green+Blue) = 194+102+227=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 227 (89.06% from 255 or 43.40% from 523); Max value from RGB is 227 - color contains mainly: blue. Hex color #C266E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266E3 is #3D991C. Grayscale: #8F8F8F. Windows color (decimal): -4036893 or 14902978. OLE color: 14902978.
HSL color Cylindrical-coordinate representation of color #C266E3: hue angle of 284.16º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C266E3 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 102 | 227 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.11 |
| HSL | 284.16º | 0.69% | 0.65% | - |
| HSV(B) | 284.16º | 0.55% | 0.89% | - |
| XYZ | 40.86 | 26.52 | 75.64 | - |
| YUV | 143.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 227 | 0.15 | 0.55 | 0 | 0.11 | 284.16 | 0.69 | 0.65 |
| Hex | C2 | 66 | E3 | F | 37 | 0 | B | 11C | 45 | 41 |
| Octal | 302 | 146 | 343 | 17 | 67 | 0 | 13 | 434 | 105 | 101 |
| Binary | 11000010 | 1100110 | 11100011 | 1111 | 110111 | 0 | 1011 | 100011100 | 1000101 | 1000001 |
Color Harmonies of #C266E3
Complementary color
Monochromatic Colors of #C266E3
Black with #C266E3
Text Example
Text Example
White with #C266E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266E3; }
p { color: rgb(194,102,227); }
H1.HeaderClassName
{
color: #C266E3;
}
.AnyTagClassName
{
color: #C266E3;
}
</style>
background-color css
<style>
a { background-color: #C266E3; }
a { background-color: rgb(194,102,227); }
div.DivClassName
{
background-color: #C266E3;
}
.BgClassName
{
background-color: #C266E3;
}
</style>
border-color css
<style>
span { border-color: #C266E3; }
span { border-color: rgb(194,102,227); }
td.TdClassName
{
border-color: #C266E3;
}
.TagClassName
{
border-color: #C266E3;
}
</style>