Shades of Medium Orchid #C658D2
Tints of Medium Orchid #C658D2
RGB
CMYK
RGB Variations
Color information
#C658D2 (or 0xC658D2) is known color: Medium Orchid. HEX triplet: C6, 58 and D2. RGB value is (198,88,210). Sum of RGB (Red+Green+Blue) = 198+88+210=496 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.92% from 496); Green value is 88 (34.77% from 255 or 17.74% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #C658D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C658D2 is #39A72D. Grayscale: #868686. Windows color (decimal): -3778350 or 13785286. OLE color: 13785286.
HSL color Cylindrical-coordinate representation of color #C658D2: hue angle of 294.1º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C658D2 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 88 | 210 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.18 |
| HSL | 294.1º | 0.58% | 0.58% | - |
| HSV(B) | 294.1º | 0.58% | 0.82% | - |
| XYZ | 38.41 | 23.64 | 63.51 | - |
| YUV | 134.8 | 170.44 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 88 | 210 | 0.06 | 0.58 | 0 | 0.18 | 294.1 | 0.58 | 0.58 |
| Hex | C6 | 58 | D2 | 6 | 3A | 0 | 12 | 126 | 3A | 3A |
| Octal | 306 | 130 | 322 | 6 | 72 | 0 | 22 | 446 | 72 | 72 |
| Binary | 11000110 | 1011000 | 11010010 | 110 | 111010 | 0 | 10010 | 100100110 | 111010 | 111010 |
Color Harmonies of #C658D2
Complementary color
Monochromatic Colors of #C658D2
Black with #C658D2
Text Example
Text Example
White with #C658D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C658D2; }
p { color: rgb(198,88,210); }
H1.HeaderClassName
{
color: #C658D2;
}
.AnyTagClassName
{
color: #C658D2;
}
</style>
background-color css
<style>
a { background-color: #C658D2; }
a { background-color: rgb(198,88,210); }
div.DivClassName
{
background-color: #C658D2;
}
.BgClassName
{
background-color: #C658D2;
}
</style>
border-color css
<style>
span { border-color: #C658D2; }
span { border-color: rgb(198,88,210); }
td.TdClassName
{
border-color: #C658D2;
}
.TagClassName
{
border-color: #C658D2;
}
</style>