Shades of Medium Orchid #C266CE
Tints of Medium Orchid #C266CE
RGB
CMYK
RGB Variations
Color information
#C266CE (or 0xC266CE) is known color: Medium Orchid. HEX triplet: C2, 66 and CE. RGB value is (194,102,206). Sum of RGB (Red+Green+Blue) = 194+102+206=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 206 (80.86% from 255 or 41.04% from 502); Max value from RGB is 206 - color contains mainly: blue. Hex color #C266CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CE is #3D9931. Grayscale: #8D8D8D. Windows color (decimal): -4036914 or 13526722. OLE color: 13526722.
HSL color Cylindrical-coordinate representation of color #C266CE: hue angle of 293.08º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C266CE is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 102 | 206 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.19 |
| HSL | 293.08º | 0.51% | 0.6% | - |
| HSV(B) | 293.08º | 0.5% | 0.81% | - |
| XYZ | 38.14 | 25.43 | 61.29 | - |
| YUV | 141.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 206 | 0.06 | 0.50 | 0 | 0.19 | 293.08 | 0.51 | 0.6 |
| Hex | C2 | 66 | CE | 6 | 32 | 0 | 13 | 125 | 33 | 3C |
| Octal | 302 | 146 | 316 | 6 | 62 | 0 | 23 | 445 | 63 | 74 |
| Binary | 11000010 | 1100110 | 11001110 | 110 | 110010 | 0 | 10011 | 100100101 | 110011 | 111100 |
Color Harmonies of #C266CE
Complementary color
Monochromatic Colors of #C266CE
Black with #C266CE
Text Example
Text Example
White with #C266CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266CE; }
p { color: rgb(194,102,206); }
H1.HeaderClassName
{
color: #C266CE;
}
.AnyTagClassName
{
color: #C266CE;
}
</style>
background-color css
<style>
a { background-color: #C266CE; }
a { background-color: rgb(194,102,206); }
div.DivClassName
{
background-color: #C266CE;
}
.BgClassName
{
background-color: #C266CE;
}
</style>
border-color css
<style>
span { border-color: #C266CE; }
span { border-color: rgb(194,102,206); }
td.TdClassName
{
border-color: #C266CE;
}
.TagClassName
{
border-color: #C266CE;
}
</style>