Shades of Medium Orchid #C366DC
Tints of Medium Orchid #C366DC
RGB
CMYK
RGB Variations
Color information
#C366DC (or 0xC366DC) is known color: Medium Orchid. HEX triplet: C3, 66 and DC. RGB value is (195,102,220). Sum of RGB (Red+Green+Blue) = 195+102+220=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C366DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366DC is #3C9923. Grayscale: #8E8E8E. Windows color (decimal): -3971364 or 14444227. OLE color: 14444227.
HSL color Cylindrical-coordinate representation of color #C366DC: hue angle of 287.29º 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 #C366DC is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 102 | 220 | - |
| CMYK | 0.11 | 0.54 | 0 | 0.14 |
| HSL | 287.29º | 0.63% | 0.63% | - |
| HSV(B) | 287.29º | 0.54% | 0.86% | - |
| XYZ | 40.18 | 26.27 | 70.66 | - |
| YUV | 143.26 | 171.31 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 220 | 0.11 | 0.54 | 0 | 0.14 | 287.29 | 0.63 | 0.63 |
| Hex | C3 | 66 | DC | B | 36 | 0 | E | 11F | 3F | 3F |
| Octal | 303 | 146 | 334 | 13 | 66 | 0 | 16 | 437 | 77 | 77 |
| Binary | 11000011 | 1100110 | 11011100 | 1011 | 110110 | 0 | 1110 | 100011111 | 111111 | 111111 |
Color Harmonies of #C366DC
Complementary color
Monochromatic Colors of #C366DC
Black with #C366DC
Text Example
Text Example
White with #C366DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366DC; }
p { color: rgb(195,102,220); }
H1.HeaderClassName
{
color: #C366DC;
}
.AnyTagClassName
{
color: #C366DC;
}
</style>
background-color css
<style>
a { background-color: #C366DC; }
a { background-color: rgb(195,102,220); }
div.DivClassName
{
background-color: #C366DC;
}
.BgClassName
{
background-color: #C366DC;
}
</style>
border-color css
<style>
span { border-color: #C366DC; }
span { border-color: rgb(195,102,220); }
td.TdClassName
{
border-color: #C366DC;
}
.TagClassName
{
border-color: #C366DC;
}
</style>