Shades of Medium Orchid #C667D6
Tints of Medium Orchid #C667D6
RGB
CMYK
RGB Variations
Color information
#C667D6 (or 0xC667D6) is known color: Medium Orchid. HEX triplet: C6, 67 and D6. RGB value is (198,103,214). Sum of RGB (Red+Green+Blue) = 198+103+214=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 103 (40.62% from 255 or 20% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #C667D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667D6 is #399829. Grayscale: #8F8F8F. Windows color (decimal): -3774506 or 14051270. OLE color: 14051270.
HSL color Cylindrical-coordinate representation of color #C667D6: hue angle of 291.35º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C667D6 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 198 | 103 | 214 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.16 |
| HSL | 291.35º | 0.58% | 0.62% | - |
| HSV(B) | 291.35º | 0.52% | 0.84% | - |
| XYZ | 40.28 | 26.56 | 66.62 | - |
| YUV | 144.06 | 167.47 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 214 | 0.07 | 0.52 | 0 | 0.16 | 291.35 | 0.58 | 0.62 |
| Hex | C6 | 67 | D6 | 7 | 34 | 0 | 10 | 123 | 3A | 3E |
| Octal | 306 | 147 | 326 | 7 | 64 | 0 | 20 | 443 | 72 | 76 |
| Binary | 11000110 | 1100111 | 11010110 | 111 | 110100 | 0 | 10000 | 100100011 | 111010 | 111110 |
Color Harmonies of #C667D6
Complementary color
Monochromatic Colors of #C667D6
Black with #C667D6
Text Example
Text Example
White with #C667D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667D6; }
p { color: rgb(198,103,214); }
H1.HeaderClassName
{
color: #C667D6;
}
.AnyTagClassName
{
color: #C667D6;
}
</style>
background-color css
<style>
a { background-color: #C667D6; }
a { background-color: rgb(198,103,214); }
div.DivClassName
{
background-color: #C667D6;
}
.BgClassName
{
background-color: #C667D6;
}
</style>
border-color css
<style>
span { border-color: #C667D6; }
span { border-color: rgb(198,103,214); }
td.TdClassName
{
border-color: #C667D6;
}
.TagClassName
{
border-color: #C667D6;
}
</style>