Shades of Medium Orchid #C06CDF
Tints of Medium Orchid #C06CDF
RGB
CMYK
RGB Variations
Color information
#C06CDF (or 0xC06CDF) is known color: Medium Orchid. HEX triplet: C0, 6C and DF. RGB value is (192,108,223). Sum of RGB (Red+Green+Blue) = 192+108+223=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 223 - color contains mainly: blue. Hex color #C06CDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CDF is #3F9320. Grayscale: #919191. Windows color (decimal): -4166433 or 14642368. OLE color: 14642368.
HSL color Cylindrical-coordinate representation of color #C06CDF: hue angle of 283.83º 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 #C06CDF is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 108 | 223 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.13 |
| HSL | 283.83º | 0.64% | 0.65% | - |
| HSV(B) | 283.83º | 0.52% | 0.87% | - |
| XYZ | 40.42 | 27.26 | 72.94 | - |
| YUV | 146.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 223 | 0.14 | 0.52 | 0 | 0.13 | 283.83 | 0.64 | 0.65 |
| Hex | C0 | 6C | DF | E | 34 | 0 | D | 11C | 40 | 41 |
| Octal | 300 | 154 | 337 | 16 | 64 | 0 | 15 | 434 | 100 | 101 |
| Binary | 11000000 | 1101100 | 11011111 | 1110 | 110100 | 0 | 1101 | 100011100 | 1000000 | 1000001 |
Color Harmonies of #C06CDF
Complementary color
Monochromatic Colors of #C06CDF
Black with #C06CDF
Text Example
Text Example
White with #C06CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CDF; }
p { color: rgb(192,108,223); }
H1.HeaderClassName
{
color: #C06CDF;
}
.AnyTagClassName
{
color: #C06CDF;
}
</style>
background-color css
<style>
a { background-color: #C06CDF; }
a { background-color: rgb(192,108,223); }
div.DivClassName
{
background-color: #C06CDF;
}
.BgClassName
{
background-color: #C06CDF;
}
</style>
border-color css
<style>
span { border-color: #C06CDF; }
span { border-color: rgb(192,108,223); }
td.TdClassName
{
border-color: #C06CDF;
}
.TagClassName
{
border-color: #C06CDF;
}
</style>