Shades of Medium Orchid #C66FDF
Tints of Medium Orchid #C66FDF
RGB
CMYK
RGB Variations
Color information
#C66FDF (or 0xC66FDF) is known color: Medium Orchid. HEX triplet: C6, 6F and DF. RGB value is (198,111,223). Sum of RGB (Red+Green+Blue) = 198+111+223=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 111 (43.75% from 255 or 20.86% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #C66FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66FDF is #399020. Grayscale: #959595. Windows color (decimal): -3772449 or 14643142. OLE color: 14643142.
HSL color Cylindrical-coordinate representation of color #C66FDF: hue angle of 286.61º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C66FDF is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 111 | 223 | - |
| CMYK | 0.11 | 0.50 | 0 | 0.13 |
| HSL | 286.61º | 0.64% | 0.65% | - |
| HSV(B) | 286.61º | 0.5% | 0.87% | - |
| XYZ | 42.29 | 28.7 | 73.12 | - |
| YUV | 149.78 | 169.32 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 111 | 223 | 0.11 | 0.50 | 0 | 0.13 | 286.61 | 0.64 | 0.65 |
| Hex | C6 | 6F | DF | B | 32 | 0 | D | 11F | 40 | 41 |
| Octal | 306 | 157 | 337 | 13 | 62 | 0 | 15 | 437 | 100 | 101 |
| Binary | 11000110 | 1101111 | 11011111 | 1011 | 110010 | 0 | 1101 | 100011111 | 1000000 | 1000001 |
Color Harmonies of #C66FDF
Complementary color
Monochromatic Colors of #C66FDF
Black with #C66FDF
Text Example
Text Example
White with #C66FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66FDF; }
p { color: rgb(198,111,223); }
H1.HeaderClassName
{
color: #C66FDF;
}
.AnyTagClassName
{
color: #C66FDF;
}
</style>
background-color css
<style>
a { background-color: #C66FDF; }
a { background-color: rgb(198,111,223); }
div.DivClassName
{
background-color: #C66FDF;
}
.BgClassName
{
background-color: #C66FDF;
}
</style>
border-color css
<style>
span { border-color: #C66FDF; }
span { border-color: rgb(198,111,223); }
td.TdClassName
{
border-color: #C66FDF;
}
.TagClassName
{
border-color: #C66FDF;
}
</style>