Shades of Medium Orchid #C669D1
Tints of Medium Orchid #C669D1
RGB
CMYK
RGB Variations
Color information
#C669D1 (or 0xC669D1) is known color: Medium Orchid. HEX triplet: C6, 69 and D1. RGB value is (198,105,209). Sum of RGB (Red+Green+Blue) = 198+105+209=512 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.67% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 209 (82.03% from 255 or 40.82% from 512); Max value from RGB is 209 - color contains mainly: blue. Hex color #C669D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C669D1 is #39962E. Grayscale: #909090. Windows color (decimal): -3773999 or 13724102. OLE color: 13724102.
HSL color Cylindrical-coordinate representation of color #C669D1: hue angle of 293.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C669D1 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 105 | 209 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.18 |
| HSL | 293.65º | 0.53% | 0.62% | - |
| HSV(B) | 293.65º | 0.5% | 0.82% | - |
| XYZ | 39.85 | 26.71 | 63.38 | - |
| YUV | 144.66 | 164.31 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 105 | 209 | 0.05 | 0.50 | 0 | 0.18 | 293.65 | 0.53 | 0.62 |
| Hex | C6 | 69 | D1 | 5 | 32 | 0 | 12 | 126 | 35 | 3E |
| Octal | 306 | 151 | 321 | 5 | 62 | 0 | 22 | 446 | 65 | 76 |
| Binary | 11000110 | 1101001 | 11010001 | 101 | 110010 | 0 | 10010 | 100100110 | 110101 | 111110 |
Color Harmonies of #C669D1
Complementary color
Monochromatic Colors of #C669D1
Black with #C669D1
Text Example
Text Example
White with #C669D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C669D1; }
p { color: rgb(198,105,209); }
H1.HeaderClassName
{
color: #C669D1;
}
.AnyTagClassName
{
color: #C669D1;
}
</style>
background-color css
<style>
a { background-color: #C669D1; }
a { background-color: rgb(198,105,209); }
div.DivClassName
{
background-color: #C669D1;
}
.BgClassName
{
background-color: #C669D1;
}
</style>
border-color css
<style>
span { border-color: #C669D1; }
span { border-color: rgb(198,105,209); }
td.TdClassName
{
border-color: #C669D1;
}
.TagClassName
{
border-color: #C669D1;
}
</style>