Shades of Medium Orchid #C366CD
Tints of Medium Orchid #C366CD
RGB
CMYK
RGB Variations
Color information
#C366CD (or 0xC366CD) is known color: Medium Orchid. HEX triplet: C3, 66 and CD. RGB value is (195,102,205). Sum of RGB (Red+Green+Blue) = 195+102+205=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #C366CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CD is #3C9932. Grayscale: #8D8D8D. Windows color (decimal): -3971379 or 13461187. OLE color: 13461187.
HSL color Cylindrical-coordinate representation of color #C366CD: hue angle of 294.17º 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 #C366CD is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 102 | 205 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.20 |
| HSL | 294.17º | 0.51% | 0.6% | - |
| HSV(B) | 294.17º | 0.5% | 0.8% | - |
| XYZ | 38.28 | 25.51 | 60.66 | - |
| YUV | 141.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 205 | 0.05 | 0.50 | 0 | 0.20 | 294.17 | 0.51 | 0.6 |
| Hex | C3 | 66 | CD | 5 | 32 | 0 | 14 | 126 | 33 | 3C |
| Octal | 303 | 146 | 315 | 5 | 62 | 0 | 24 | 446 | 63 | 74 |
| Binary | 11000011 | 1100110 | 11001101 | 101 | 110010 | 0 | 10100 | 100100110 | 110011 | 111100 |
Color Harmonies of #C366CD
Complementary color
Monochromatic Colors of #C366CD
Black with #C366CD
Text Example
Text Example
White with #C366CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366CD; }
p { color: rgb(195,102,205); }
H1.HeaderClassName
{
color: #C366CD;
}
.AnyTagClassName
{
color: #C366CD;
}
</style>
background-color css
<style>
a { background-color: #C366CD; }
a { background-color: rgb(195,102,205); }
div.DivClassName
{
background-color: #C366CD;
}
.BgClassName
{
background-color: #C366CD;
}
</style>
border-color css
<style>
span { border-color: #C366CD; }
span { border-color: rgb(195,102,205); }
td.TdClassName
{
border-color: #C366CD;
}
.TagClassName
{
border-color: #C366CD;
}
</style>