Shades of Medium Orchid #C669DC
Tints of Medium Orchid #C669DC
RGB
CMYK
RGB Variations
Color information
#C669DC (or 0xC669DC) is known color: Medium Orchid. HEX triplet: C6, 69 and DC. RGB value is (198,105,220). Sum of RGB (Red+Green+Blue) = 198+105+220=523 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.86% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #C669DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669DC is #399623. Grayscale: #919191. Windows color (decimal): -3773988 or 14444998. OLE color: 14444998.
HSL color Cylindrical-coordinate representation of color #C669DC: hue angle of 288.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C669DC is Cyan = 0.1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 198 | 105 | 220 | - |
| CMYK | 0.1 | 0.52 | 0 | 0.14 |
| HSL | 288.52º | 0.62% | 0.64% | - |
| HSV(B) | 288.52º | 0.52% | 0.86% | - |
| XYZ | 41.26 | 27.28 | 70.8 | - |
| YUV | 145.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 220 | 0.1 | 0.52 | 0 | 0.14 | 288.52 | 0.62 | 0.64 |
| Hex | C6 | 69 | DC | A | 34 | 0 | E | 121 | 3E | 40 |
| Octal | 306 | 151 | 334 | 12 | 64 | 0 | 16 | 441 | 76 | 100 |
| Binary | 11000110 | 1101001 | 11011100 | 1010 | 110100 | 0 | 1110 | 100100001 | 111110 | 1000000 |
Color Harmonies of #C669DC
Complementary color
Monochromatic Colors of #C669DC
Black with #C669DC
Text Example
Text Example
White with #C669DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669DC; }
p { color: rgb(198,105,220); }
H1.HeaderClassName
{
color: #C669DC;
}
.AnyTagClassName
{
color: #C669DC;
}
</style>
background-color css
<style>
a { background-color: #C669DC; }
a { background-color: rgb(198,105,220); }
div.DivClassName
{
background-color: #C669DC;
}
.BgClassName
{
background-color: #C669DC;
}
</style>
border-color css
<style>
span { border-color: #C669DC; }
span { border-color: rgb(198,105,220); }
td.TdClassName
{
border-color: #C669DC;
}
.TagClassName
{
border-color: #C669DC;
}
</style>