Shades of Medium Orchid #C667DD
Tints of Medium Orchid #C667DD
RGB
CMYK
RGB Variations
Color information
#C667DD (or 0xC667DD) is known color: Medium Orchid. HEX triplet: C6, 67 and DD. RGB value is (198,103,221). Sum of RGB (Red+Green+Blue) = 198+103+221=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #C667DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C667DD is #399822. Grayscale: #909090. Windows color (decimal): -3774499 or 14510022. OLE color: 14510022.
HSL color Cylindrical-coordinate representation of color #C667DD: hue angle of 288.31º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C667DD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 198 | 103 | 221 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.13 |
| HSL | 288.31º | 0.63% | 0.64% | - |
| HSV(B) | 288.31º | 0.53% | 0.87% | - |
| XYZ | 41.19 | 26.93 | 71.43 | - |
| YUV | 144.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 103 | 221 | 0.10 | 0.53 | 0 | 0.13 | 288.31 | 0.63 | 0.64 |
| Hex | C6 | 67 | DD | A | 35 | 0 | D | 120 | 3F | 40 |
| Octal | 306 | 147 | 335 | 12 | 65 | 0 | 15 | 440 | 77 | 100 |
| Binary | 11000110 | 1100111 | 11011101 | 1010 | 110101 | 0 | 1101 | 100100000 | 111111 | 1000000 |
Color Harmonies of #C667DD
Complementary color
Monochromatic Colors of #C667DD
Black with #C667DD
Text Example
Text Example
White with #C667DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C667DD; }
p { color: rgb(198,103,221); }
H1.HeaderClassName
{
color: #C667DD;
}
.AnyTagClassName
{
color: #C667DD;
}
</style>
background-color css
<style>
a { background-color: #C667DD; }
a { background-color: rgb(198,103,221); }
div.DivClassName
{
background-color: #C667DD;
}
.BgClassName
{
background-color: #C667DD;
}
</style>
border-color css
<style>
span { border-color: #C667DD; }
span { border-color: rgb(198,103,221); }
td.TdClassName
{
border-color: #C667DD;
}
.TagClassName
{
border-color: #C667DD;
}
</style>