Shades of Medium Orchid #C06CCD
Tints of Medium Orchid #C06CCD
RGB
CMYK
RGB Variations
Color information
#C06CCD (or 0xC06CCD) is known color: Medium Orchid. HEX triplet: C0, 6C and CD. RGB value is (192,108,205). Sum of RGB (Red+Green+Blue) = 192+108+205=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 205 (80.47% from 255 or 40.59% from 505); Max value from RGB is 205 - color contains mainly: blue. Hex color #C06CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06CCD is #3F9332. Grayscale: #8F8F8F. Windows color (decimal): -4166451 or 13462720. OLE color: 13462720.
HSL color Cylindrical-coordinate representation of color #C06CCD: hue angle of 291.96º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C06CCD is Cyan = 0.06, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 108 | 205 | - |
| CMYK | 0.06 | 0.47 | 0 | 0.20 |
| HSL | 291.96º | 0.49% | 0.61% | - |
| HSV(B) | 291.96º | 0.47% | 0.8% | - |
| XYZ | 38.12 | 26.34 | 60.83 | - |
| YUV | 144.17 | 162.33 | 162.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 108 | 205 | 0.06 | 0.47 | 0 | 0.20 | 291.96 | 0.49 | 0.61 |
| Hex | C0 | 6C | CD | 6 | 2F | 0 | 14 | 124 | 31 | 3D |
| Octal | 300 | 154 | 315 | 6 | 57 | 0 | 24 | 444 | 61 | 75 |
| Binary | 11000000 | 1101100 | 11001101 | 110 | 101111 | 0 | 10100 | 100100100 | 110001 | 111101 |
Color Harmonies of #C06CCD
Complementary color
Monochromatic Colors of #C06CCD
Black with #C06CCD
Text Example
Text Example
White with #C06CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06CCD; }
p { color: rgb(192,108,205); }
H1.HeaderClassName
{
color: #C06CCD;
}
.AnyTagClassName
{
color: #C06CCD;
}
</style>
background-color css
<style>
a { background-color: #C06CCD; }
a { background-color: rgb(192,108,205); }
div.DivClassName
{
background-color: #C06CCD;
}
.BgClassName
{
background-color: #C06CCD;
}
</style>
border-color css
<style>
span { border-color: #C06CCD; }
span { border-color: rgb(192,108,205); }
td.TdClassName
{
border-color: #C06CCD;
}
.TagClassName
{
border-color: #C06CCD;
}
</style>