Shades of Medium Orchid #C667D8
Tints of Medium Orchid #C667D8
RGB
CMYK
RGB Variations
Color information
#C667D8 (or 0xC667D8) is known color: Medium Orchid. HEX triplet: C6, 67 and D8. RGB value is (198,103,216). Sum of RGB (Red+Green+Blue) = 198+103+216=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 103 (40.62% from 255 or 19.92% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #C667D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667D8 is #399827. Grayscale: #8F8F8F. Windows color (decimal): -3774504 or 14182342. OLE color: 14182342.
HSL color Cylindrical-coordinate representation of color #C667D8: hue angle of 290.44º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C667D8 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 198 | 103 | 216 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.44º | 0.59% | 0.63% | - |
| HSV(B) | 290.44º | 0.52% | 0.85% | - |
| XYZ | 40.53 | 26.66 | 67.98 | - |
| YUV | 144.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 216 | 0.08 | 0.52 | 0 | 0.15 | 290.44 | 0.59 | 0.63 |
| Hex | C6 | 67 | D8 | 8 | 34 | 0 | F | 122 | 3B | 3F |
| Octal | 306 | 147 | 330 | 10 | 64 | 0 | 17 | 442 | 73 | 77 |
| Binary | 11000110 | 1100111 | 11011000 | 1000 | 110100 | 0 | 1111 | 100100010 | 111011 | 111111 |
Color Harmonies of #C667D8
Complementary color
Monochromatic Colors of #C667D8
Black with #C667D8
Text Example
Text Example
White with #C667D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667D8; }
p { color: rgb(198,103,216); }
H1.HeaderClassName
{
color: #C667D8;
}
.AnyTagClassName
{
color: #C667D8;
}
</style>
background-color css
<style>
a { background-color: #C667D8; }
a { background-color: rgb(198,103,216); }
div.DivClassName
{
background-color: #C667D8;
}
.BgClassName
{
background-color: #C667D8;
}
</style>
border-color css
<style>
span { border-color: #C667D8; }
span { border-color: rgb(198,103,216); }
td.TdClassName
{
border-color: #C667D8;
}
.TagClassName
{
border-color: #C667D8;
}
</style>