Shades of Medium Orchid #C266CF
Tints of Medium Orchid #C266CF
RGB
CMYK
RGB Variations
Color information
#C266CF (or 0xC266CF) is known color: Medium Orchid. HEX triplet: C2, 66 and CF. RGB value is (194,102,207). Sum of RGB (Red+Green+Blue) = 194+102+207=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #C266CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CF is #3D9930. Grayscale: #8D8D8D. Windows color (decimal): -4036913 or 13592258. OLE color: 13592258.
HSL color Cylindrical-coordinate representation of color #C266CF: hue angle of 292.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C266CF is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 102 | 207 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.19 |
| HSL | 292.57º | 0.52% | 0.61% | - |
| HSV(B) | 292.57º | 0.51% | 0.81% | - |
| XYZ | 38.26 | 25.48 | 61.93 | - |
| YUV | 141.48 | 164.98 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 207 | 0.06 | 0.51 | 0 | 0.19 | 292.57 | 0.52 | 0.61 |
| Hex | C2 | 66 | CF | 6 | 33 | 0 | 13 | 125 | 34 | 3D |
| Octal | 302 | 146 | 317 | 6 | 63 | 0 | 23 | 445 | 64 | 75 |
| Binary | 11000010 | 1100110 | 11001111 | 110 | 110011 | 0 | 10011 | 100100101 | 110100 | 111101 |
Color Harmonies of #C266CF
Complementary color
Monochromatic Colors of #C266CF
Black with #C266CF
Text Example
Text Example
White with #C266CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266CF; }
p { color: rgb(194,102,207); }
H1.HeaderClassName
{
color: #C266CF;
}
.AnyTagClassName
{
color: #C266CF;
}
</style>
background-color css
<style>
a { background-color: #C266CF; }
a { background-color: rgb(194,102,207); }
div.DivClassName
{
background-color: #C266CF;
}
.BgClassName
{
background-color: #C266CF;
}
</style>
border-color css
<style>
span { border-color: #C266CF; }
span { border-color: rgb(194,102,207); }
td.TdClassName
{
border-color: #C266CF;
}
.TagClassName
{
border-color: #C266CF;
}
</style>