Shades of Medium Orchid #C266DF
Tints of Medium Orchid #C266DF
RGB
CMYK
RGB Variations
Color information
#C266DF (or 0xC266DF) is known color: Medium Orchid. HEX triplet: C2, 66 and DF. RGB value is (194,102,223). Sum of RGB (Red+Green+Blue) = 194+102+223=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 102 (40.23% from 255 or 19.65% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C266DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266DF is #3D9920. Grayscale: #8E8E8E. Windows color (decimal): -4036897 or 14640834. OLE color: 14640834.
HSL color Cylindrical-coordinate representation of color #C266DF: hue angle of 285.62º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C266DF is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 102 | 223 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.13 |
| HSL | 285.62º | 0.65% | 0.64% | - |
| HSV(B) | 285.62º | 0.54% | 0.87% | - |
| XYZ | 40.32 | 26.3 | 72.76 | - |
| YUV | 143.3 | 172.98 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 223 | 0.13 | 0.54 | 0 | 0.13 | 285.62 | 0.65 | 0.64 |
| Hex | C2 | 66 | DF | D | 36 | 0 | D | 11E | 41 | 40 |
| Octal | 302 | 146 | 337 | 15 | 66 | 0 | 15 | 436 | 101 | 100 |
| Binary | 11000010 | 1100110 | 11011111 | 1101 | 110110 | 0 | 1101 | 100011110 | 1000001 | 1000000 |
Color Harmonies of #C266DF
Complementary color
Monochromatic Colors of #C266DF
Black with #C266DF
Text Example
Text Example
White with #C266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266DF; }
p { color: rgb(194,102,223); }
H1.HeaderClassName
{
color: #C266DF;
}
.AnyTagClassName
{
color: #C266DF;
}
</style>
background-color css
<style>
a { background-color: #C266DF; }
a { background-color: rgb(194,102,223); }
div.DivClassName
{
background-color: #C266DF;
}
.BgClassName
{
background-color: #C266DF;
}
</style>
border-color css
<style>
span { border-color: #C266DF; }
span { border-color: rgb(194,102,223); }
td.TdClassName
{
border-color: #C266DF;
}
.TagClassName
{
border-color: #C266DF;
}
</style>