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