Shades of Medium Orchid #C659D2
Tints of Medium Orchid #C659D2
RGB
CMYK
RGB Variations
Color information
#C659D2 (or 0xC659D2) is known color: Medium Orchid. HEX triplet: C6, 59 and D2. RGB value is (198,89,210). Sum of RGB (Red+Green+Blue) = 198+89+210=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #C659D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C659D2 is #39A62D. Grayscale: #878787. Windows color (decimal): -3778094 or 13785542. OLE color: 13785542.
HSL color Cylindrical-coordinate representation of color #C659D2: hue angle of 294.05º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C659D2 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 198 | 89 | 210 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.18 |
| HSL | 294.05º | 0.57% | 0.59% | - |
| HSV(B) | 294.05º | 0.58% | 0.82% | - |
| XYZ | 38.49 | 23.8 | 63.54 | - |
| YUV | 135.39 | 170.11 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 210 | 0.06 | 0.58 | 0 | 0.18 | 294.05 | 0.57 | 0.59 |
| Hex | C6 | 59 | D2 | 6 | 3A | 0 | 12 | 126 | 39 | 3B |
| Octal | 306 | 131 | 322 | 6 | 72 | 0 | 22 | 446 | 71 | 73 |
| Binary | 11000110 | 1011001 | 11010010 | 110 | 111010 | 0 | 10010 | 100100110 | 111001 | 111011 |
Color Harmonies of #C659D2
Complementary color
Monochromatic Colors of #C659D2
Black with #C659D2
Text Example
Text Example
White with #C659D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659D2; }
p { color: rgb(198,89,210); }
H1.HeaderClassName
{
color: #C659D2;
}
.AnyTagClassName
{
color: #C659D2;
}
</style>
background-color css
<style>
a { background-color: #C659D2; }
a { background-color: rgb(198,89,210); }
div.DivClassName
{
background-color: #C659D2;
}
.BgClassName
{
background-color: #C659D2;
}
</style>
border-color css
<style>
span { border-color: #C659D2; }
span { border-color: rgb(198,89,210); }
td.TdClassName
{
border-color: #C659D2;
}
.TagClassName
{
border-color: #C659D2;
}
</style>