Shades of Medium Orchid #C266DC
Tints of Medium Orchid #C266DC
RGB
CMYK
RGB Variations
Color information
#C266DC (or 0xC266DC) is known color: Medium Orchid. HEX triplet: C2, 66 and DC. RGB value is (194,102,220). Sum of RGB (Red+Green+Blue) = 194+102+220=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 102 (40.23% from 255 or 19.77% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C266DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C266DC is #3D9923. Grayscale: #8E8E8E. Windows color (decimal): -4036900 or 14444226. OLE color: 14444226.
HSL color Cylindrical-coordinate representation of color #C266DC: hue angle of 286.78º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C266DC is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 102 | 220 | - |
| CMYK | 0.12 | 0.54 | 0 | 0.14 |
| HSL | 286.78º | 0.63% | 0.63% | - |
| HSV(B) | 286.78º | 0.54% | 0.86% | - |
| XYZ | 39.92 | 26.14 | 70.65 | - |
| YUV | 142.96 | 171.48 | 164.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 102 | 220 | 0.12 | 0.54 | 0 | 0.14 | 286.78 | 0.63 | 0.63 |
| Hex | C2 | 66 | DC | C | 36 | 0 | E | 11F | 3F | 3F |
| Octal | 302 | 146 | 334 | 14 | 66 | 0 | 16 | 437 | 77 | 77 |
| Binary | 11000010 | 1100110 | 11011100 | 1100 | 110110 | 0 | 1110 | 100011111 | 111111 | 111111 |
Color Harmonies of #C266DC
Complementary color
Monochromatic Colors of #C266DC
Black with #C266DC
Text Example
Text Example
White with #C266DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C266DC; }
p { color: rgb(194,102,220); }
H1.HeaderClassName
{
color: #C266DC;
}
.AnyTagClassName
{
color: #C266DC;
}
</style>
background-color css
<style>
a { background-color: #C266DC; }
a { background-color: rgb(194,102,220); }
div.DivClassName
{
background-color: #C266DC;
}
.BgClassName
{
background-color: #C266DC;
}
</style>
border-color css
<style>
span { border-color: #C266DC; }
span { border-color: rgb(194,102,220); }
td.TdClassName
{
border-color: #C266DC;
}
.TagClassName
{
border-color: #C266DC;
}
</style>