Shades of Medium Orchid #C650EE
Tints of Medium Orchid #C650EE
RGB
CMYK
RGB Variations
Color information
#C650EE (or 0xC650EE) is known color: Medium Orchid. HEX triplet: C6, 50 and EE. RGB value is (198,80,238). Sum of RGB (Red+Green+Blue) = 198+80+238=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 80 (31.64% from 255 or 15.50% from 516); Blue value is 238 (93.36% from 255 or 46.12% from 516); Max value from RGB is 238 - color contains mainly: blue. Hex color #C650EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C650EE is #39AF11. Grayscale: #848484. Windows color (decimal): -3780370 or 15618246. OLE color: 15618246.
HSL color Cylindrical-coordinate representation of color #C650EE: hue angle of 284.81º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C650EE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 80 | 238 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.81º | 0.82% | 0.62% | - |
| HSV(B) | 284.81º | 0.66% | 0.93% | - |
| XYZ | 41.59 | 23.92 | 83.31 | - |
| YUV | 133.29 | 187.09 | 174.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 80 | 238 | 0.17 | 0.66 | 0 | 0.07 | 284.81 | 0.82 | 0.62 |
| Hex | C6 | 50 | EE | 11 | 42 | 0 | 7 | 11D | 52 | 3E |
| Octal | 306 | 120 | 356 | 21 | 102 | 0 | 7 | 435 | 122 | 76 |
| Binary | 11000110 | 1010000 | 11101110 | 10001 | 1000010 | 0 | 111 | 100011101 | 1010010 | 111110 |
Color Harmonies of #C650EE
Complementary color
Monochromatic Colors of #C650EE
Black with #C650EE
Text Example
Text Example
White with #C650EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C650EE; }
p { color: rgb(198,80,238); }
H1.HeaderClassName
{
color: #C650EE;
}
.AnyTagClassName
{
color: #C650EE;
}
</style>
background-color css
<style>
a { background-color: #C650EE; }
a { background-color: rgb(198,80,238); }
div.DivClassName
{
background-color: #C650EE;
}
.BgClassName
{
background-color: #C650EE;
}
</style>
border-color css
<style>
span { border-color: #C650EE; }
span { border-color: rgb(198,80,238); }
td.TdClassName
{
border-color: #C650EE;
}
.TagClassName
{
border-color: #C650EE;
}
</style>