Shades of Medium Orchid #C66CDF
Tints of Medium Orchid #C66CDF
RGB
CMYK
RGB Variations
Color information
#C66CDF (or 0xC66CDF) is known color: Medium Orchid. HEX triplet: C6, 6C and DF. RGB value is (198,108,223). Sum of RGB (Red+Green+Blue) = 198+108+223=529 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.43% from 529); Green value is 108 (42.58% from 255 or 20.42% from 529); Blue value is 223 (87.5% from 255 or 42.16% from 529); Max value from RGB is 223 - color contains mainly: blue. Hex color #C66CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C66CDF is #399320. Grayscale: #939393. Windows color (decimal): -3773217 or 14642374. OLE color: 14642374.
HSL color Cylindrical-coordinate representation of color #C66CDF: hue angle of 286.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C66CDF is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 108 | 223 | - |
| CMYK | 0.11 | 0.52 | 0 | 0.13 |
| HSL | 286.96º | 0.64% | 0.65% | - |
| HSV(B) | 286.96º | 0.52% | 0.87% | - |
| XYZ | 41.97 | 28.06 | 73.02 | - |
| YUV | 148.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 223 | 0.11 | 0.52 | 0 | 0.13 | 286.96 | 0.64 | 0.65 |
| Hex | C6 | 6C | DF | B | 34 | 0 | D | 11F | 40 | 41 |
| Octal | 306 | 154 | 337 | 13 | 64 | 0 | 15 | 437 | 100 | 101 |
| Binary | 11000110 | 1101100 | 11011111 | 1011 | 110100 | 0 | 1101 | 100011111 | 1000000 | 1000001 |
Color Harmonies of #C66CDF
Complementary color
Monochromatic Colors of #C66CDF
Black with #C66CDF
Text Example
Text Example
White with #C66CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66CDF; }
p { color: rgb(198,108,223); }
H1.HeaderClassName
{
color: #C66CDF;
}
.AnyTagClassName
{
color: #C66CDF;
}
</style>
background-color css
<style>
a { background-color: #C66CDF; }
a { background-color: rgb(198,108,223); }
div.DivClassName
{
background-color: #C66CDF;
}
.BgClassName
{
background-color: #C66CDF;
}
</style>
border-color css
<style>
span { border-color: #C66CDF; }
span { border-color: rgb(198,108,223); }
td.TdClassName
{
border-color: #C66CDF;
}
.TagClassName
{
border-color: #C66CDF;
}
</style>