Shades of Medium Orchid #C266D9
Tints of Medium Orchid #C266D9
RGB
CMYK
RGB Variations
Color information
#C266D9 (or 0xC266D9) is known color: Medium Orchid. HEX triplet: C2, 66 and D9. RGB value is (194,102,217). Sum of RGB (Red+Green+Blue) = 194+102+217=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 217 (85.16% from 255 or 42.30% from 513); Max value from RGB is 217 - color contains mainly: blue. Hex color #C266D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266D9 is #3D9926. Grayscale: #8E8E8E. Windows color (decimal): -4036903 or 14247618. OLE color: 14247618.
HSL color Cylindrical-coordinate representation of color #C266D9: hue angle of 288º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C266D9 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 102 | 217 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.15 |
| HSL | 288º | 0.6% | 0.63% | - |
| HSV(B) | 288º | 0.53% | 0.85% | - |
| XYZ | 39.52 | 25.98 | 68.58 | - |
| YUV | 142.62 | 169.98 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 217 | 0.11 | 0.53 | 0 | 0.15 | 288 | 0.6 | 0.63 |
| Hex | C2 | 66 | D9 | B | 35 | 0 | F | 120 | 3C | 3F |
| Octal | 302 | 146 | 331 | 13 | 65 | 0 | 17 | 440 | 74 | 77 |
| Binary | 11000010 | 1100110 | 11011001 | 1011 | 110101 | 0 | 1111 | 100100000 | 111100 | 111111 |
Color Harmonies of #C266D9
Complementary color
Monochromatic Colors of #C266D9
Black with #C266D9
Text Example
Text Example
White with #C266D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266D9; }
p { color: rgb(194,102,217); }
H1.HeaderClassName
{
color: #C266D9;
}
.AnyTagClassName
{
color: #C266D9;
}
</style>
background-color css
<style>
a { background-color: #C266D9; }
a { background-color: rgb(194,102,217); }
div.DivClassName
{
background-color: #C266D9;
}
.BgClassName
{
background-color: #C266D9;
}
</style>
border-color css
<style>
span { border-color: #C266D9; }
span { border-color: rgb(194,102,217); }
td.TdClassName
{
border-color: #C266D9;
}
.TagClassName
{
border-color: #C266D9;
}
</style>