Shades of Medium Orchid #C667DC
Tints of Medium Orchid #C667DC
RGB
CMYK
RGB Variations
Color information
#C667DC (or 0xC667DC) is known color: Medium Orchid. HEX triplet: C6, 67 and DC. RGB value is (198,103,220). Sum of RGB (Red+Green+Blue) = 198+103+220=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 103 (40.62% from 255 or 19.77% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C667DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667DC is #399823. Grayscale: #909090. Windows color (decimal): -3774500 or 14444486. OLE color: 14444486.
HSL color Cylindrical-coordinate representation of color #C667DC: hue angle of 288.72º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C667DC is Cyan = 0.1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 103 | 220 | - |
| CMYK | 0.1 | 0.53 | 0 | 0.14 |
| HSL | 288.72º | 0.63% | 0.63% | - |
| HSV(B) | 288.72º | 0.53% | 0.86% | - |
| XYZ | 41.06 | 26.87 | 70.73 | - |
| YUV | 144.74 | 170.47 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 220 | 0.1 | 0.53 | 0 | 0.14 | 288.72 | 0.63 | 0.63 |
| Hex | C6 | 67 | DC | A | 35 | 0 | E | 121 | 3F | 3F |
| Octal | 306 | 147 | 334 | 12 | 65 | 0 | 16 | 441 | 77 | 77 |
| Binary | 11000110 | 1100111 | 11011100 | 1010 | 110101 | 0 | 1110 | 100100001 | 111111 | 111111 |
Color Harmonies of #C667DC
Complementary color
Monochromatic Colors of #C667DC
Black with #C667DC
Text Example
Text Example
White with #C667DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667DC; }
p { color: rgb(198,103,220); }
H1.HeaderClassName
{
color: #C667DC;
}
.AnyTagClassName
{
color: #C667DC;
}
</style>
background-color css
<style>
a { background-color: #C667DC; }
a { background-color: rgb(198,103,220); }
div.DivClassName
{
background-color: #C667DC;
}
.BgClassName
{
background-color: #C667DC;
}
</style>
border-color css
<style>
span { border-color: #C667DC; }
span { border-color: rgb(198,103,220); }
td.TdClassName
{
border-color: #C667DC;
}
.TagClassName
{
border-color: #C667DC;
}
</style>