Shades of Medium Orchid #C266CD
Tints of Medium Orchid #C266CD
RGB
CMYK
RGB Variations
Color information
#C266CD (or 0xC266CD) is known color: Medium Orchid. HEX triplet: C2, 66 and CD. RGB value is (194,102,205). Sum of RGB (Red+Green+Blue) = 194+102+205=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 205 (80.47% from 255 or 40.92% from 501); Max value from RGB is 205 - color contains mainly: blue. Hex color #C266CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266CD is #3D9932. Grayscale: #8C8C8C. Windows color (decimal): -4036915 or 13461186. OLE color: 13461186.
HSL color Cylindrical-coordinate representation of color #C266CD: hue angle of 293.59º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C266CD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 102 | 205 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 293.59º | 0.51% | 0.6% | - |
| HSV(B) | 293.59º | 0.5% | 0.8% | - |
| XYZ | 38.02 | 25.38 | 60.65 | - |
| YUV | 141.25 | 163.98 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 205 | 0.05 | 0.50 | 0 | 0.20 | 293.59 | 0.51 | 0.6 |
| Hex | C2 | 66 | CD | 5 | 32 | 0 | 14 | 126 | 33 | 3C |
| Octal | 302 | 146 | 315 | 5 | 62 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000010 | 1100110 | 11001101 | 101 | 110010 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C266CD
Complementary color
Monochromatic Colors of #C266CD
Black with #C266CD
Text Example
Text Example
White with #C266CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266CD; }
p { color: rgb(194,102,205); }
H1.HeaderClassName
{
color: #C266CD;
}
.AnyTagClassName
{
color: #C266CD;
}
</style>
background-color css
<style>
a { background-color: #C266CD; }
a { background-color: rgb(194,102,205); }
div.DivClassName
{
background-color: #C266CD;
}
.BgClassName
{
background-color: #C266CD;
}
</style>
border-color css
<style>
span { border-color: #C266CD; }
span { border-color: rgb(194,102,205); }
td.TdClassName
{
border-color: #C266CD;
}
.TagClassName
{
border-color: #C266CD;
}
</style>