Shades of Medium Orchid #C066D8
Tints of Medium Orchid #C066D8
RGB
CMYK
RGB Variations
Color information
#C066D8 (or 0xC066D8) is known color: Medium Orchid. HEX triplet: C0, 66 and D8. RGB value is (192,102,216). Sum of RGB (Red+Green+Blue) = 192+102+216=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 216 (84.77% from 255 or 42.35% from 510); Max value from RGB is 216 - color contains mainly: blue. Hex color #C066D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C066D8 is #3F9927. Grayscale: #8D8D8D. Windows color (decimal): -4167976 or 14182080. OLE color: 14182080.
HSL color Cylindrical-coordinate representation of color #C066D8: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C066D8 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 102 | 216 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.15 |
| HSL | 287.37º | 0.59% | 0.62% | - |
| HSV(B) | 287.37º | 0.53% | 0.85% | - |
| XYZ | 38.88 | 25.67 | 67.87 | - |
| YUV | 141.91 | 169.82 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 102 | 216 | 0.11 | 0.53 | 0 | 0.15 | 287.37 | 0.59 | 0.62 |
| Hex | C0 | 66 | D8 | B | 35 | 0 | F | 11F | 3B | 3E |
| Octal | 300 | 146 | 330 | 13 | 65 | 0 | 17 | 437 | 73 | 76 |
| Binary | 11000000 | 1100110 | 11011000 | 1011 | 110101 | 0 | 1111 | 100011111 | 111011 | 111110 |
Color Harmonies of #C066D8
Complementary color
Monochromatic Colors of #C066D8
Black with #C066D8
Text Example
Text Example
White with #C066D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C066D8; }
p { color: rgb(192,102,216); }
H1.HeaderClassName
{
color: #C066D8;
}
.AnyTagClassName
{
color: #C066D8;
}
</style>
background-color css
<style>
a { background-color: #C066D8; }
a { background-color: rgb(192,102,216); }
div.DivClassName
{
background-color: #C066D8;
}
.BgClassName
{
background-color: #C066D8;
}
</style>
border-color css
<style>
span { border-color: #C066D8; }
span { border-color: rgb(192,102,216); }
td.TdClassName
{
border-color: #C066D8;
}
.TagClassName
{
border-color: #C066D8;
}
</style>