Shades of Medium Orchid #C366D1
Tints of Medium Orchid #C366D1
RGB
CMYK
RGB Variations
Color information
#C366D1 (or 0xC366D1) is known color: Medium Orchid. HEX triplet: C3, 66 and D1. RGB value is (195,102,209). Sum of RGB (Red+Green+Blue) = 195+102+209=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 102 (40.23% from 255 or 20.16% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #C366D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366D1 is #3C992E. Grayscale: #8D8D8D. Windows color (decimal): -3971375 or 13723331. OLE color: 13723331.
HSL color Cylindrical-coordinate representation of color #C366D1: hue angle of 292.15º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C366D1 is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 195 | 102 | 209 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.18 |
| HSL | 292.15º | 0.54% | 0.61% | - |
| HSV(B) | 292.15º | 0.51% | 0.82% | - |
| XYZ | 38.77 | 25.71 | 63.24 | - |
| YUV | 142.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 209 | 0.07 | 0.51 | 0 | 0.18 | 292.15 | 0.54 | 0.61 |
| Hex | C3 | 66 | D1 | 7 | 33 | 0 | 12 | 124 | 36 | 3D |
| Octal | 303 | 146 | 321 | 7 | 63 | 0 | 22 | 444 | 66 | 75 |
| Binary | 11000011 | 1100110 | 11010001 | 111 | 110011 | 0 | 10010 | 100100100 | 110110 | 111101 |
Color Harmonies of #C366D1
Complementary color
Monochromatic Colors of #C366D1
Black with #C366D1
Text Example
Text Example
White with #C366D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C366D1; }
p { color: rgb(195,102,209); }
H1.HeaderClassName
{
color: #C366D1;
}
.AnyTagClassName
{
color: #C366D1;
}
</style>
background-color css
<style>
a { background-color: #C366D1; }
a { background-color: rgb(195,102,209); }
div.DivClassName
{
background-color: #C366D1;
}
.BgClassName
{
background-color: #C366D1;
}
</style>
border-color css
<style>
span { border-color: #C366D1; }
span { border-color: rgb(195,102,209); }
td.TdClassName
{
border-color: #C366D1;
}
.TagClassName
{
border-color: #C366D1;
}
</style>